{"product_id":"mini-low-power-air-fryer-rjc","title":"Mini Low-power Air Fryer","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #c41e3a;\n      --primary-hover: #a0182e;\n      --text-main: #1e293b;\n      --text-sub: #64748b;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-soft: #f1f5f9;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.05);\n      --border-color: #e2e8f0;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    \/* Common Typography *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      margin-top: 0;\n      color: var(--text-main);\n      line-height: 1.25;\n      font-weight: 700;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Trust Badge *\/\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Container Style A (Fluid) *\/\n    .img-fluid-container {\n      width: 100%;\n      height: auto;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\n    }\n\n    .img-fluid-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Image Container Style B (Aspect Ratio Grid) *\/\n    .img-grid-container {\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n      border: 1px dashed var(--border-color);\n    }\n\n    .img-grid-container img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n\n    \/* Placeholder Styling *\/\n    .image-placeholder {\n      background-color: #f1f5f9;\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      padding: 5rem 1rem;\n      text-align: center;\n      color: #94a3b8;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 2rem;\n    }\n\n    \/* Sections Layout *\/\n    .section-margin {\n      margin-top: clamp(2.5rem, 6vw, 5.5rem);\n      margin-bottom: clamp(2.5rem, 6vw, 5.5rem);\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      text-align: center;\n      padding-top: 2rem;\n    }\n\n    .hero-block h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      margin-bottom: 1rem;\n      letter-spacing: -0.02em;\n    }\n\n    .hero-block .hero-subtitle {\n      font-size: clamp(18px, 2.5vw, 22px);\n      max-width: 800px;\n      margin: 0 auto 2rem auto;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 1.25rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag-pill {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 4px;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Grid layout for Multi-use Grid *\/\n    .grid-section-title {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .grid-section-title h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 1rem;\n    }\n\n    \/* Table Specifications *\/\n    .specs-wrapper {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 2.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .specs-wrapper h2 {\n      font-size: 28px;\n      margin-bottom: 2rem;\n      text-align: center;\n    }\n\n    .specs-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2.5rem;\n    }\n\n    .specs-table-container {\n      width: 100%;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 17px;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 14px 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    .specs-table td strong {\n      color: var(--text-main);\n    }\n\n    \/* FAQ Block *\/\n    .faq-container {\n      max-width: 850px;\n      margin: 0 auto;\n    }\n\n    .faq-container h2 {\n      font-size: 28px;\n      margin-bottom: 2.5rem;\n      text-align: center;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1.25rem;\n    }\n\n    .faq-item h3 {\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .faq-item p {\n      font-size: 17px;\n      margin-bottom: 0;\n      line-height: 1.6;\n    }\n\n    \/* Responsive Lock Query (Tablet and Desktop ≥ 768px) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 4rem;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-copy, .feature-media {\n        width: 50%;\n        margin-bottom: 0;\n      }\n\n      .specs-grid {\n        grid-template-columns: 1.1fr 0.9fr;\n        align-items: center;\n      }\n    }\n\n    \/* Mobile Only Adjustments *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td, .specs-table th {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 1.5rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n        padding: 0.5rem;\n      }\n\n      .specs-table td {\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        padding: 12px 14px;\n        font-size: 16px;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：迷你304不锈钢多功能油炸锅套装（含锅、滤网、夹子、盖）\n目标受众：家庭厨师、单身公寓住户、露营及户外爱好者\n视觉风格：现代极简、高级金属质感与温暖的厨房烹饪场景相结合\n配色策略：深灰\/石板蓝（#1e293b）为主文字色，活力红（#c41e3a，源于红色手柄套）为重点视觉点缀，搭配轻质灰（#f8fafc）背景\n模块顺序：\n  1. Intro\/Hero (主视觉引导，突出核心利益)\n  2. Feature 1 (省油防溅深筒设计)\n  3. Feature 2 (单手提拉悬挂沥油)\n  4. Use Scenario (一锅多用多场景展示网格)\n  5. Feature 3 (细节及材质信赖：鹰嘴倾倒口与安全304材质)\n  6. Specifications (科学尺寸换算表)\n  7. FAQ (专注于产品使用与清洗的专业解答)\n详情图映射：\n  - Hero Area: detail_1 (半悬挂沥油，薯条金黄微焦场景)\n  - Feature 1 (Splash-proof): detail_3 (手持红色手柄防烫展示)\n  - Feature 2 (Elevated Drain): detail_6 (滤网提拉沥油近景特写)\n  - Multi-Use Grid: detail_5 (煮面、热奶、炸物等多用途合集图)\n  - Feature 3 (Detail Trust): detail_2 (带盖倾斜倒油口展示)\n规格图映射：\n  - Specs Area: spec_1 (含带盖及配件的全尺寸标注设计图)\n对比模块：未加入，因为多功能场景图与单项细节展示已能提供充足的说服力，无需强行作恶性对比。\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- CSS Variables \u0026 Base Styles --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-block section-margin\"\u003e\u003cspan class=\"trust-badge\"\u003e🛡️ Designed for Everyday Kitchen Efficiency\u003c\/span\u003e\n\u003ch1\u003eCrispy, Golden Frying Made Safe \u0026amp; Oil-Efficient\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eFry, drain, boil, and pour with a single versatile tool. Our compact deep-walled design reduces oil consumption by half while keeping your stovetop completely spot-free.\u003c\/p\u003e\n\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003c!-- 📷 需替换：detail_1 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260813165720\/4fda41b3ea1c0bb26675ab453b016d35.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Section 1: Deep Splash-Proof Design --\u003e\n\n\u003csection class=\"section-margin\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003c!-- 📷 需替换：detail_3 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260813165720\/3a8652e51618ce5ecffc576d6b087bad.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"font-size:28px;\"\u003eDeep Well Wall Design:\u003cbr\u003e\nNo Splashes, Minimal Oil\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eTired of wasting a whole bottle of cooking oil just for a small batch of fries? Our narrow, deep cylindrical structure (12cm depth) allows ingredients to be fully submerged with a fraction of the oil used in flat pans. The extra-tall walls acts as a natural shield, blocking popping grease from dirtying your stovetop or burning your skin.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag-pill\"\u003e🔥 50% Oil Saving\u003c\/span\u003e \u003cspan class=\"feature-tag-pill\"\u003e🛡️ High Splash Barrier\u003c\/span\u003e \u003cspan class=\"feature-tag-pill\"\u003e⚡ Fast Heat Distribution\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Feature Section 2: Elevated Hands-Free Oil Draining --\u003e\n\n\u003csection class=\"section-margin\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003c!-- 📷 需替换：detail_6 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260813165720\/adb646d976695e7d8f1cc857343aef1a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"font-size:28px;\"\u003eLift, Hook, and Drain:\u003cbr\u003e\nHands-Free Crispy Perfection\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eNo more balancing hot strainers over the pot. The custom-fit fine mesh basket features integrated heavy-duty hooks. Once frying is complete, simply lift the basket and rest it securely on the rim of the pot. Excess oil drains right back into the well, leaving your food perfectly light, dry, and exceptionally crispy.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag-pill\"\u003e✨ Integrated Hanging Hook\u003c\/span\u003e \u003cspan class=\"feature-tag-pill\"\u003e🚫 Zero Mess Draining\u003c\/span\u003e \u003cspan class=\"feature-tag-pill\"\u003e✋ Extended Cool-Touch Handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. Optional: Use Scenario Grid (Highly relevant multi-use showcases) --\u003e\n\n\u003csection class=\"section-margin\"\u003e\n\u003cdiv class=\"grid-section-title\"\u003e\n\u003ch2\u003eOne Compact Pot. Endless Daily Uses.\u003c\/h2\u003e\n\n\u003cp style=\"max-width: 700px; margin: 0 auto;\"\u003eFar more than just a deep fryer. Transition from stovetop breakfast prep to camping cookouts with the ultimate multi-use companion.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"img-fluid-container\" style=\"box-shadow: none;\"\u003e\n\u003c!-- 📷 需替换：detail_5 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260813165720\/13da21e446ea082b6cabbfddbd294396.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- E. Feature Section 3: Safe Premium Materials \u0026 Eagle Spout Detail --\u003e\n\n\u003csection class=\"section-margin\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003c!-- 📷 需替换：detail_2 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260813165720\/8c791a8bccfd1bde6a3378c05038236d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"font-size:28px;\"\u003eUncompromising Quality:\u003cbr\u003e\nPure 304 Food-Grade Steel\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eCook with absolute peace of mind. Crafted from premium, ultra-durable 304 food-grade stainless steel, this set contains zero chemical coatings or synthetic non-stick finishes that degrade over time. Complete with an elegant, non-drip eagle mouth pouring spout to cleanly pour out oil, broth, or boiling liquids with zero residue run-off.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag-pill\"\u003e🌿 No Toxic Chemical Coatings\u003c\/span\u003e \u003cspan class=\"feature-tag-pill\"\u003e📐 V-Shaped Drip-Free Pouring Spout\u003c\/span\u003e \u003cspan class=\"feature-tag-pill\"\u003e🧽 Effortless Dishwasher Cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- F. Specifications (With clear metric-to-imperial measurements) --\u003e\n\n\u003csection class=\"section-margin specs-wrapper\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eComponent\u003c\/th\u003e\n\t\t\t\u003cth\u003eDimension (Metric)\u003c\/th\u003e\n\t\t\t\u003cth\u003eDimension (Imperial)\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\"\u003e\u003cstrong\u003ePot Height\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Metric)\"\u003e12 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Imperial)\"\u003e4.7 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component\"\u003e\u003cstrong\u003ePot Diameter\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Metric)\"\u003e12 cm (13 cm top with spout)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Imperial)\"\u003e4.7 in (5.1 in top with spout)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component\"\u003e\u003cstrong\u003ePot Handle Length\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Metric)\"\u003e14 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Imperial)\"\u003e5.5 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component\"\u003e\u003cstrong\u003eStrainer Basket Height\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Metric)\"\u003e12 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Imperial)\"\u003e4.7 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component\"\u003e\u003cstrong\u003eStrainer Handle Length\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Metric)\"\u003e16 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Imperial)\"\u003e6.3 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component\"\u003e\u003cstrong\u003eFood Tongs Length\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Metric)\"\u003e18 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimension (Imperial)\"\u003e7.1 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component\"\u003e\u003cstrong\u003eMaterial Composition\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd colspan=\"2\"\u003ePremium 304 Food-Grade Stainless Steel; Protective high-temperature silicone sleeve on red strainer handle.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-media\"\u003e\n\u003cdiv class=\"img-fluid-container\" style=\"background-color: var(--bg-soft); padding: 10px; margin-bottom: 0;\"\u003e\n\u003c!-- 📷 需替换：spec_1 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260813165720\/1bd53d0299df86c2dc2935351a56f7ce.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- G. Product-focused FAQ --\u003e\n\n\u003csection class=\"section-margin faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e🔥 What kind of stoves is this deep fryer compatible with?\u003c\/h3\u003e\n\n\u003cp\u003eThis fryer is built with a highly responsive, flat stainless steel base. It is fully compatible with gas burners, electric stoves, induction cooktops, ceramic cooktops, and portable outdoor camping stoves.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e🧽 Is the fryer basket woven mesh or punched steel?\u003c\/h3\u003e\n\n\u003cp\u003eThe frying basket is made of precision-punched 304 stainless steel sheeting, not woven wire mesh. This solid construction is significantly more durable, will not warp or fray, and is incredibly easy to clean since food debris cannot get stuck between overlapping wires.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e🫧 Can all the components go into the dishwasher?\u003c\/h3\u003e\n\n\u003cp\u003eYes. The entire assembly—including the 304 stainless steel pot, the punched strainer basket with its high-temperature silicone red handle sleeve, the matching lid, and the stainless steel food tongs—is 100% dishwasher safe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"3-Piece Essential Set (No Lid)","offer_id":48648174108884,"sku":"1732524524640506015","price":24.95,"currency_code":"USD","in_stock":true},{"title":"4-Piece Deluxe Set (With Lid)","offer_id":48648174141652,"sku":"1732524524640571551","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/fb707c856bfd24a665c8859bd3151b26.jpg?v=1789029709","url":"https:\/\/omurio.com\/products\/mini-low-power-air-fryer-rjc","provider":"Omurio","version":"1.0","type":"link"}