{"product_id":"extra-large-double-capacity-slicer","title":"Extra-Large Double Capacity Slicer","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：手动多功能食物切片器（加大号）\n  目标受众：追求高效、安全备餐的家庭厨师\n  视觉风格：干净明亮的厨房场景，强调金属与白色材质质感\n  配色策略：以银灰（金属）和白色（基座）为主色，搭配柔和背景色强调功能区\n  模块顺序：Hero (核心价值) -\u003e Feature 1 (大容量\/高效) -\u003e Feature 2 (多功能性) -\u003e Compare Section (安全\/对比刀切) -\u003e Feature 3 (材质\/清洁) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_4.png, Feature2=image_2.png, Compare=image_3.png, Feature3=image_5.png\n  规格图映射：Specs=image_1.png\n  对比模块：已加入。原因：报告强调了比手工切片更安全、均匀，且提供了明确的对比图 (image_3.png)。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #5a6e5a; \/* Derived from the green accents in images *\/\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f4f0; \/* Soft green tint background *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --border-color: #e5e5e5;\n\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      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 24px;\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid.reverse {\n        direction: rtl;\n      }\n      .pd-grid.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Images *\/\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Placeholder Style (For development view) *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Feature Tags *\/\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 24px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n    }\n\n    \/* Specs Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 40%;\n    }\n\n    .specs-table tr:last-child td,\n    .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 12px;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\n    \/* Compare Section *\/\n    .compare-section {\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n    .compare-header {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 4vw, 3rem);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-grid\"\u003e\n\u003cdiv class=\"pd-content\"\u003e\n\u003cdiv style=\"color: var(--primary); font-weight: 600; margin-bottom: 12px;\"\u003eDesigned for Everyday Ease\u003c\/div\u003e\n\n\u003ch1\u003ePerfect Slices in Seconds: The Extra-Large Multi-Purpose Kitchen Slicer\u003c\/h1\u003e\n\n\u003cp\u003eEffortlessly create uniform slices of eggs, soft fruits, and more. Its extra-large capacity and durable metal frame cut your prep time in half, delivering professional results with just one gentle press.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260618141257\/c5c90cd32dba4fe0b151c2a9783a6ae2.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-grid\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260618140145\/cb207950f677581a57e4aacaa60a7e0a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-content\"\u003e\n\u003ch2\u003eDouble the Capacity, Half the Prep Time\u003c\/h2\u003e\n\n\u003cp\u003eStop slicing one by one. Our slicer is significantly larger than standard models, allowing you to prepare two eggs or larger items like bananas at once. The heavy-duty aluminum frame enables quick, one-handed operation to speed up salad and garnish preparation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eExtra-Large Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eOne-Press Action\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHigh Efficiency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Versatility --\u003e\n\n\u003cdiv class=\"pd-section pd-grid reverse\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260618140145\/526b692bb553f844b7991b52f38f919e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-content\"\u003e\n\u003ch2\u003eBeyond Eggs: Your Versatile Kitchen Assistant\u003c\/h2\u003e\n\n\u003cp\u003eDon't limit yourself. The precisely spaced 304 stainless steel wires are perfect for slicing a variety of soft foods cleanly and evenly. From strawberries and kiwis for desserts to bananas and skinless hot dogs for snacks, get consistent cuts every time without mashing the food.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMulti-Food Use\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eConsistent Slices\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStainless Steel Wires\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Optional Compare Section: Safety \u0026 Uniformity --\u003e\n\n\u003cdiv class=\"pd-section compare-section\"\u003e\n\u003cdiv class=\"compare-header\"\u003e\n\u003ch2\u003eThe Safer, Faster Alternative to Knife Work\u003c\/h2\u003e\n\n\u003cp\u003eForget uneven cuts and the risk of sharp blades. Our wire-based slicing method ensures safety and uniformity that knives can't match.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260618140145\/bac7de8438245a03b25f172371bb137a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-grid\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260618140145\/f11029e5df53595513e43b41972a3269.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-content\"\u003e\n\u003ch2\u003ePremium Materials \u0026amp; Dishwasher Safe\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to last using a robust aluminum alloy frame and high-quality ABS base. The stainless steel wires resist rust and maintain tension. Cleanup is effortless—simply rinse under water or place the entire unit in the dishwasher. No complex parts to disassemble.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAluminum Alloy Frame\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDishwasher Safe\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy to Clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Dimensions\u003c\/th\u003e\n\t\t\t\u003ctd\u003e8.2\" L x 4.3\" W x 1.2\" H (21cm x 11cm x 3cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWire Spacing\u003c\/th\u003e\n\t\t\t\u003ctd\u003e0.21 inches (0.55 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFrame Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eAluminum Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWire Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003e304 Stainless Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBase Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eABS Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat foods is this slicer suitable for?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is perfect for soft foods such as hard-boiled eggs, strawberries, bananas, kiwis, avocado, mushrooms, butter, and skinless hot dogs. Please avoid using it on hard foods like raw potatoes or bone-in meats to prevent damage to the wires.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it safe to wash in the dishwasher?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the entire slicer is top-rack dishwasher safe for easy and thorough cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the wires sharp like blades?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the slicing is done by thin, tensioned stainless steel wires, not sharp blades. This design is safer for your fingers while still providing clean cuts through soft food.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Default Title","offer_id":45745438556351,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/c5c90cd32dba4fe0b151c2a9783a6ae2.png?v=1781763189","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/extra-large-double-capacity-slicer","provider":"Bak","version":"1.0","type":"link"}