{"product_id":"hands-free-meal-prep-stand","title":"Hands-Free Meal Prep Stand","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Adjustable food bag holder \/ kitchen prep tool\nTarget Audience: Home cooks, food prep enthusiasts, meal prep planners\nVisual Style: Clean, modern kitchen utility aesthetic\nColor Strategy: Vibrant green primary accents reflecting the physical product color and fresh kitchen themes\nModule Order: Hero -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no direct comparison data provided in the sources)\nInformation Boundary: Strictly relies on confirmed specifications (18cm height, 10.3x9cm base, 50g weight, plastic body, multiple color options) and functional capabilities (telescoping arms, secure clips, non-slip base, folding storage). No unverified marketing claims.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4caf50;\n      --primary-hover: #388e3c;\n      --text-main: #212121;\n      --text-sub: #616161;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f1f8e9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.08);\n      --border-color: #e0e0e0;\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    \/* Fixed Typography System *\/\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 .spec-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 .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\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-of-type {\n      border-bottom: none;\n    }\n\n    \/* Image Containers *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      box-sizing: border-box;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      margin: 20px 0;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Badges \u0026 Tags *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 20px;\n      font-weight: 600;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .product-detail-container .tag {\n      display: inline-block;\n      padding: 4px 12px;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n    }\n\n    \/* Intro Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 40px;\n    }\n\n    .product-detail-container .hero-section .badge-container {\n      justify-content: center;\n    }\n\n    \/* Feature Block *\/\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-media {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Specifications Section *\/\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 0;\n      vertical-align: top;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      padding: 20px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    \/* Desktop Adjustments (\u003e= 768px) *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 5%;\n      }\n\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 47.5%;\n      }\n\n      .product-detail-container .spec-table td {\n        padding: 20px 10px;\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        font-weight: 600;\n        width: 30%;\n      }\n\n      .product-detail-container .spec-table td:last-child {\n        width: 70%;\n      }\n    }\n\n    \/* Mobile Responsive Rules for Specifications Table (\u003c 767px) *\/\n    @media (max-width: 767px) {\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-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\"\u003eHands-Free Food Prep\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eHands-Free Bag Holder for Effortless Kitchen Prep\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep your food storage bags wide open and secure, allowing you to fill snacks, leftovers, and ingredients cleanly without spills.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828143034\/95a01292c943edfd5423930a0152c1d2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\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 cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828144013\/4f188d2e9812e211aed4aa7eef249452.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFill Bags Safely Without the Mess\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned to hold plastic food bags open on your countertop, this holder serves as an extra set of hands. Effortlessly pour in liquids, snacks, or bulk ingredients without worrying about spills or tipping over.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eAnti-Spill Support\u003c\/span\u003e \u003cspan class=\"tag\"\u003eKitchen Organizer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\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 cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828144013\/943676c98c3774bf6b4d778f175360b6.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFully Extendable Support Arms\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe telescoping arms slide up and down to adjust to different bag sizes. Whether you are prepping small snack packs or filling larger storage bags, the top clips keep bag edges firmly in place.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eAdjustable Height\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSecure Top Clips\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\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 cke-id=\"img118\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828143553\/a6caf1ff439115e0abc456388d7e7445.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eStable Bottom Ring and Foldable Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eFeatures a wide, flat oval base lined with a black non-slip ring to ensure stability on slick countertops. When not in use, the support arms fold down easily for space-saving drawer storage.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eStable Oval Base\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSpace-Saving Fold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (NO IMAGES ALLOWED) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\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 data-label=\"Height\"\u003e\u003cspan class=\"spec-value\"\u003e18 cm (approx. 7.1 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=\"Base Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e10.3 x 9 cm (approx. 4.1 x 3.5 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=\"Weight\"\u003e\u003cspan class=\"spec-value\"\u003e50 g (approx. 1.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=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003ePlastic body with non-slip base ring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color Options\"\u003e\u003cspan class=\"spec-value\"\u003eGreen, Dark Blue,White, Black\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!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I adjust the support arms for different bag sizes?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply slide the telescopic arms up or down to match the height of your storage bag, and clip the top of the bag securely into the green holders.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Will the bag holder slip or slide on slick countertops?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The wide oval base is lined with a continuous black non-slip ring on the bottom, keeping the holder firmly anchored while you pour.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Is this product easy to store when not in use?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the support arms fold down flat against the base, making it compact enough to store inside kitchen drawers or cabinets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Avocado Green \/ 1-Pack (Kitchen Essential)","offer_id":46104237277375,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Black \/ 1-Pack (Kitchen Essential)","offer_id":46104237310143,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ 1-Pack (Kitchen Essential)","offer_id":46104237342911,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Blue \/ 1-Pack (Kitchen Essential)","offer_id":46104237375679,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Avocado Green \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46104237408447,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Black \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46104237441215,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46104237473983,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Blue \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46104237506751,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Avocado Green \/ 4-Pack (Best Value - 20% OFF)","offer_id":46104237539519,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Black \/ 4-Pack (Best Value - 20% OFF)","offer_id":46104237572287,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ 4-Pack (Best Value - 20% OFF)","offer_id":46104237605055,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Blue \/ 4-Pack (Best Value - 20% OFF)","offer_id":46104237637823,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/95a01292c943edfd5423930a0152c1d2.jpg?v=1787899232","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/hands-free-meal-prep-stand","provider":"Bak","version":"1.0","type":"link"}