{"product_id":"quick-fruit-slicer-cup","title":"Quick Fruit Slicer Cup","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 Feature 3 (多用性\/效果) -\u003e Feature 4 (清洁便利) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_7.png, Feature2=image_3.png, Feature3=image_5.png, Feature4=image_1.png\n  规格图映射：Specs=image_2.png (及补充文本数据)\n  对比模块：未加入 (产品机制独特，直接展示功能比对比普通刀具更直观)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #E63946; \/* 提取自产品红色部件 *\/\n      --primary-hover: #C92A35;\n      --text-main: #2B2D42;\n      --text-sub: #5F6368;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F8F9FA;\n      --bg-card: #FFFFFF;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #EEEFFF;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Reusable Elements *\/\n    .pd-badge {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--text-sub);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    .pd-img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      border: 2px dashed #ccc;\n      background: #f0f0f0;\n      min-height: 300px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n    }\n\n    \/* Section Styles *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-hero-subhead {\n      font-size: 20px;\n      max-width: 600px;\n      margin: 0 auto 2rem;\n    }\n\n    \/* Feature Section (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag-pill {\n      font-size: 16px;\n      padding: 0.3rem 0.8rem;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n      color: var(--text-sub);\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .pd-feature {\n        flex-direction: column;\n        text-align: left;\n      }\n      .pd-feature-media {\n        width: 100%;\n      }\n    }\n\n    \/* Specifications Section *\/\n    .pd-specs-container {\n      background-color: var(--bg-soft);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    .pd-spec-table th,\n    .pd-spec-table td {\n      text-align: left;\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      vertical-align: top;\n    }\n\n    .pd-spec-table th {\n      width: 30%;\n      color: var(--text-main);\n      font-weight: 600;\n    }\n\n    .pd-spec-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-spec-table, .pd-spec-table tbody, .pd-spec-table tr, .pd-spec-table th, .pd-spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-spec-table th {\n        display: none;\n      }\n      .pd-spec-table td {\n        padding-left: 0;\n        padding-right: 0;\n        position: relative;\n      }\n      .pd-spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        font-weight: 600;\n        margin-bottom: 0.3rem;\n        color: var(--text-main);\n      }\n      .pd-spec-table tr {\n        margin-bottom: 1.5rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n\n    .pd-faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.8rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: flex-start;\n    }\n\n    .pd-faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.5rem;\n      font-weight: 700;\n    }\n\n    .pd-faq-answer {\n      margin-bottom: 0;\n      padding-left: 1.5rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eDesigned for Everyday Kitchen Ease\u003c\/span\u003e\n\u003ch1\u003eSlice Soft Fruits in Seconds, Zero Mess\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-subhead\"\u003eThe clever \"cup-style\" slicer that traps food as it cuts. Just press down, and your slices are ready to serve. No cutting board required\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507181515\/675953e8322df469e92076be6e7b2224.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507181515\/c058092193a3509869b2463b4a9b14b4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eMess-Free Prep, Directly into the Cup\u003c\/h2\u003e\n\n\u003cp\u003eSimplify your kitchen routine. The unique cup design collects slices immediately as you press down. Forget chasing strawberries across a dirty cutting board—slices are neatly contained and ready to pour directly into a bowl, pan, or plate.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag-pill\"\u003eKeep Counters Clean\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eDirect Transfer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Safety --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507181515\/37904081ff9bfc39b7dca8ef2883dc65.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSafe \"Hands-Off\" Slicing\u003c\/h2\u003e\n\n\u003cp\u003eIngeniously designed to protect your fingers. Your hands grip the outside of the transparent cup, staying completely clear of the blades hidden in the base below. It's the perfect, worry-free tool for kitchen beginners or quick snack prep.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag-pill\"\u003eHidden Blades\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eBeginner Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatility \u0026 Quality --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507181515\/6bf3108b3bf436cb52ace5c71a24d248.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eUniform Slices for Soft Favorites\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with 8 sharp, premium 304 stainless steel blades to create perfectly even slices every time. It’s ideal for quickly prepping soft foods like strawberries, bananas, kiwis, mushrooms, and boiled eggs for salads or garnishes.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag-pill\"\u003e304 Stainless Steel\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003e8 Even Slices\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Cleaning --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507181515\/e49c0fb863f0063f8ee3a695826aaa82.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eRinses Clean in Seconds\u003c\/h2\u003e\n\n\u003cp\u003eThe thoughtful, open-bottom design eliminates hard-to-reach corners where food gets stuck. Simply lift the cup and rinse immediately under running water. It's also dishwasher safe for truly effortless cleanup.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag-pill\"\u003eEasy Rinse\u003c\/span\u003e \u003cspan class=\"pd-tag-pill\"\u003eDishwasher Safe\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 pd-specs-container\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Materials\"\u003eMaterials\u003c\/th\u003e\n\t\t\t\u003ctd\u003eFood-Grade ABS Cup, PP Base, 304 Stainless Steel Blades\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Dimensions\"\u003eDimensions\u003c\/th\u003e\n\t\t\t\u003ctd\u003e3\" W x 3\" D x 4.2\" H (approx. 7.6 x 7.6 x 10.6 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Weight\"\u003eWeight\u003c\/th\u003e\n\t\t\t\u003ctd\u003eApprox. 0.74 oz (21 g)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Ideal For\"\u003eIdeal For\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSoft fruits \u0026amp; vegetables (e.g., strawberries, bananas, kiwi, mushrooms, boiled eggs).\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Not Recommended For\"\u003eNot Recommended For\u003c\/th\u003e\n\t\t\t\u003ctd\u003eHard vegetables (e.g., potatoes, carrots) or fruits with large pits.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Care\"\u003eCare Instructions\u003c\/th\u003e\n\t\t\t\u003ctd\u003eRinse immediately after use; Dishwasher safe.\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=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCan this slice hard vegetables like potatoes or onions?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNo. This slicer is specifically designed for soft fruits, vegetables, and boiled eggs. Using it on hard foods may damage the blades or the cup unit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs it safe to wash in the dishwasher?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the entire unit is top-rack dishwasher safe for easy cleaning. You can also quickly rinse it under running water immediately after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDo I need to use a cutting board underneath?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe slicer comes with a bottom push plate, so a cutting board isn't strictly necessary. However, for the best stability and ease of use, we recommend placing the base on a flat, stable kitchen surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Red","offer_id":45292488130696,"sku":"0508-14121257","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":45292488163464,"sku":"0508-14125952","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Mint Green","offer_id":45292488196232,"sku":"0508-14125545","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Grass Green","offer_id":45292488229000,"sku":"0508-14127140","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":45292488261768,"sku":"0508-14128087","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/675953e8322df469e92076be6e7b2224_30b01c8d-2209-4a43-a4f2-fbf8b9993430.jpg?v=1778220774","url":"https:\/\/pawnexa.com\/products\/quick-fruit-slicer-cup","provider":"PawNexa","version":"1.0","type":"link"}