{"product_id":"dual-action-frying-strainer","title":"Dual Action Frying Strainer","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 2-in-1 Food Tongs + Strainer\nTarget Audience: Home cooks, frying enthusiasts, kitchen efficiency seekers\nVisual Style: Professional, clean, food-centric, modern kitchen aesthetic\nColor Strategy: Steel grey, rich warm brown accents matching the fried food visuals\nModule Order: Intro\/Hero, Compare (Supported by Image 2), Features (Supported by Images 1, 4, 5), Specifications (Supported by Image 3), FAQ (Supported by text)\nDetail Image Mapping: Hero=detail_1, Compare=detail_2, Feature1=detail_4, Feature2=detail_5\nSpecification Data Source: spec_1 (extracted from Image 3\/Image 6: 29 cm length, 10 cm mesh diameter, approx. 50 g weight, 304 Stainless Steel material)\nCompare Section: Included (Supported by Image 2)\nInformation Boundary: Only explicitly provided facts used. 304 Stainless Steel, 29 cm length, 10 cm diameter, approx. 50 g weight. No unverified properties added. All outputs in English.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #8B5A2B;\n    --primary-hover: #5F3D1C;\n    --text-main: #2C2C2C;\n    --text-sub: #606060;\n    --bg-body: #FFFFFF;\n    --bg-card: #FBF9F6;\n    --bg-soft: #F4EFEA;\n    --radius-md: 8px;\n    --radius-lg: 12px;\n    --border-color: #E6DFD5;\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    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n  }\n\n  \/* Typography Rules *\/\n  .product-detail-container h1 {\n    font-size: 22px;\n    line-height: 1.3;\n    font-weight: 700;\n    margin: 0 0 16px 0;\n    color: var(--text-main);\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 .faq-question {\n    font-size: 20px;\n    line-height: 1.4;\n    font-weight: 600;\n    margin: 0 0 12px 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p,\n  .product-detail-container li,\n  .product-detail-container .body-text,\n  .product-detail-container .faq-answer,\n  .product-detail-container .spec-value,\n  .product-detail-container .badge,\n  .product-detail-container td {\n    font-size: 18px;\n    line-height: 1.6;\n    color: var(--text-sub);\n    margin: 0 0 16px 0;\n  }\n\n  \/* Structural Spacing *\/\n  .product-detail-container section {\n    padding: clamp(2rem, 5vw, 4rem) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .product-detail-container section:last-child {\n    border-bottom: none;\n  }\n\n  \/* Image Placeholders *\/\n  .product-detail-container .image-placeholder {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 16 \/ 10;\n    background-color: var(--bg-soft);\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    font-size: 18px;\n    font-weight: 500;\n    color: var(--text-sub);\n    box-sizing: border-box;\n    margin-bottom: 24px;\n    text-align: center;\n    padding: 20px;\n  }\n\n  \/* Badges \u0026 Pills *\/\n  .product-detail-container .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 20px;\n  }\n\n  .product-detail-container .badge {\n    background-color: var(--bg-soft);\n    color: var(--primary);\n    padding: 6px 12px;\n    border-radius: var(--radius-md);\n    font-size: 18px;\n    font-weight: 600;\n    display: inline-block;\n    margin: 0;\n  }\n\n  \/* Hero Section *\/\n  .product-detail-container .hero-section {\n    text-align: center;\n    padding-top: clamp(2rem, 5vw, 4rem);\n  }\n\n  .product-detail-container .hero-section .badge-container {\n    justify-content: center;\n  }\n\n  \/* Compare Section *\/\n  .product-detail-container .compare-container {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-top: 24px;\n  }\n\n  .product-detail-container .compare-card {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    border: 1px solid var(--border-color);\n    box-sizing: border-box;\n  }\n\n  .product-detail-container .compare-card.highlight {\n    border-color: var(--primary);\n    background-color: var(--bg-soft);\n  }\n\n  .product-detail-container .compare-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .product-detail-container .compare-list li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 12px;\n  }\n\n  .product-detail-container .compare-list li::before {\n    position: absolute;\n    left: 0;\n    top: 2px;\n    font-weight: bold;\n  }\n\n  .product-detail-container .compare-card:not(.highlight) .compare-list li::before {\n    content: \"✕\";\n    color: #C0392B;\n  }\n\n  .product-detail-container .compare-card.highlight .compare-list li::before {\n    content: \"✓\";\n    color: var(--primary);\n  }\n\n  \/* Feature Sections *\/\n  .product-detail-container .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n    margin-bottom: 40px;\n  }\n\n  .product-detail-container .feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .product-detail-container .feature-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  \/* Specifications Table styling *\/\n  .product-detail-container .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n  }\n\n  .product-detail-container .spec-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .product-detail-container .spec-table tr:last-child {\n    border-bottom: none;\n  }\n\n  .product-detail-container .spec-table td {\n    padding: 16px 20px;\n    vertical-align: top;\n    margin: 0;\n  }\n\n  .product-detail-container .spec-table td:first-child {\n    font-weight: 600;\n    width: 40%;\n    color: var(--text-main);\n  }\n\n  \/* FAQ Section styling *\/\n  .product-detail-container .faq-item {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 20px;\n    margin-bottom: 16px;\n    border: 1px solid var(--border-color);\n  }\n\n  .product-detail-container .faq-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .product-detail-container .faq-question {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 8px;\n  }\n\n  .product-detail-container .faq-answer {\n    margin: 0;\n  }\n\n  \/* Desktop layout changes *\/\n  @media (min-width: 768px) {\n    .product-detail-container .feature-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 48px;\n    }\n\n    .product-detail-container .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n  }\n\n  \/* Mobile specifications layout rules *\/\n  @media (max-width: 767px) {\n    .product-detail-container .compare-container {\n      grid-template-columns: 1fr;\n    }\n\n    .product-detail-container .spec-table,\n    .product-detail-container .spec-table tbody,\n    .product-detail-container .spec-table tr {\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    .product-detail-container .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    }\n\n    .product-detail-container .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      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .product-detail-container .spec-table td:first-child {\n      display: none; \/* Hide standard property cell as data-label takes its place *\/\n    }\n\n    .product-detail-container .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    .product-detail-container .spec-table td {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003e304 Stainless Steel\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eGrip, Lift, and Drain in One Smooth Motion\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eSimplify your frying with our innovative 2-in-1 food tongs and fine mesh strainer. Keep your foods intact, let the excess oil drain away instantly, and serve without the mess.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917165507\/90aa49bb14ba9304c0a9347f9b1dc64f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. COMPARISON SECTION --\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2\u003eOne Tool Does Both\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eEliminate the hassle of balancing a separate strainer and tongs over sizzling pans. Switch to an efficient, clean, and single-handed cooking flow.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917165507\/cb289ab71c4296cefa00c89f0fb1b5cf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"compare-container\"\u003e\n\u003cdiv class=\"compare-card\"\u003e\n\u003ch3\u003eUsing Separate Tools\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eMore tools. More hassle.\u003c\/p\u003e\n\n\u003cul class=\"compare-list\"\u003e\n\t\u003cli\u003eGrip and drain in separate, awkward steps\u003c\/li\u003e\n\t\u003cli\u003eSwitching utensils breaks your culinary flow\u003c\/li\u003e\n\t\u003cli\u003eIncreased risk of hot oil splashes and countertop mess\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-card highlight\"\u003e\n\u003ch3\u003eWith 2-in-1 Tong + Strainer\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eOne tool. Smoother cooking.\u003c\/p\u003e\n\n\u003cul class=\"compare-list\"\u003e\n\t\u003cli\u003eGrip and drain simultaneously with one motion\u003c\/li\u003e\n\t\u003cli\u003eFewer utensils to manage, wash, and switch\u003c\/li\u003e\n\t\u003cli\u003eCleaner serving flow with less oil dripping where it shouldn't\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1: Dual Structure --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917165507\/8858acb248742fd371dafef667362eea.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eFine Mesh Basket\u003c\/span\u003e \u003cspan class=\"badge\"\u003eTextured Handle\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch3 class=\"feature-title\"\u003eRefined Metal Details for Everyday Use\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eThe bottom features a 10 cm fine mesh basket that captures small food particles and crumbs while allowing hot cooking oil to drain instantly. Opposite the mesh, the integrated tong grip applies secure, top-down pressure with a distinct heart-shaped cutout to hold your food firmly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Length \u0026 Heat Protection --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917165507\/ca39b73f9f3c4ded0d4208d3bd41ced7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003e29 cm Safe Reach\u003c\/span\u003e \u003cspan class=\"badge\"\u003eAnti-Slip Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch3 class=\"feature-title\"\u003eComfortable Control \u0026amp; Heat Protection\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eWith a generous 29 cm total length, this helper protects your hands from heat and grease splatters. The flat, spring-free U-shaped handle features textured, anti-slip raised dots, giving you a confident grip even with damp or oily hands. Perfect for draining chicken, shrimp, tempura, and snacks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003e304 Stainless Steel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTotal Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003e\u003cspan class=\"spec-value\"\u003e29 cm (approx. 11.4 inches)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMesh Basket Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Mesh Basket Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e10 cm (approx. 3.9 inches)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e\u003cspan class=\"spec-value\"\u003eApprox. 50 g (approx. 1.8 ounces)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eConstruction\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Construction\"\u003e\u003cspan class=\"spec-value\"\u003eAll-metal design, textured anti-slip handle dots, heart-shaped clamp cutout\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 SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🍳 What materials are used to construct this tool?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis 2-in-1 tool is made of durable 304 stainless steel. It features an all-metal construction with no plastic, silicone, or rubber parts, making it highly heat-resistant and ideal for direct contact with hot cooking oil.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e📏 What are the exact dimensions and weight?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe tool has a total length of 29 cm (approx. 11.4 inches) and the fine mesh basket has a diameter of 10 cm (approx. 3.9 inches). It is lightweight, weighing approximately 50 g (approx. 1.8 ounces).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🍤 What kinds of food can I lift and drain with this?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is highly versatile and perfect for deep-fried items like chicken pieces, fried shrimp, tempura, French fries, and small snacks. It also works well for lifting and straining blanched vegetables or boiled meats directly from water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Kitchen Essential)","offer_id":46220239634623,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Most Popular - 10%)","offer_id":46220239667391,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value - 15%)","offer_id":46220239700159,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/90aa49bb14ba9304c0a9347f9b1dc64f.jpg?v=1789635589","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/dual-action-frying-strainer","provider":"Bak","version":"1.0","type":"link"}