{"product_id":"foldable-travel-ice-maker","title":"Foldable Travel Ice Maker","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Innovative Drinkware \/ Portable Outdoor Gear\nTarget Audience: Young adults, campers, office workers, cold drink enthusiasts\nVisual Style: Fresh, modern, vibrant, user-friendly\nColor Strategy: Sky Blue (Primary) \u0026 Sunny Yellow (Accent) to match the product colors. Clean off-white background.\nShape Strategy: Radius 20px (Friendly, soft, matching the silicone material).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 up to 44px, Body up to 20px).\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive flex rows).\nImage Mapping: \nHero=image_1 (Main product view)\nFeature1=image_2 (2-in-1 usage)\nFeature2=image_3 (Folding demonstration)\nFeature3=image_4 (Silicone material\/quick release)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* =========================================\n       1. Design System \u0026 CSS Variables\n       ========================================= *\/\n    .product-detail-container {\n      --primary: #5A9BCF; \/* Soft Blue matching product *\/\n      --primary-light: #EBF3FA;\n      --accent: #FFD147; \/* Sunny Yellow matching lid *\/\n      --text-main: #1A1F24;\n      --text-sub: #55606B;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --border-color: #E2E8F0;\n      \n      --radius-sm: 12px;\n      --radius-md: 20px;\n      --radius-lg: 32px;\n      \n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n      \n      \/* Clamp Spacing: Mobile compact, Desktop generous *\/\n      --space-sm: clamp(1rem, 2vw, 1.5rem);\n      --space-md: clamp(1.5rem, 3vw, 2.5rem);\n      --space-lg: clamp(3rem, 6vw, 5rem);\n      --space-xl: clamp(4rem, 8vw, 7rem);\n\n      \/* Global Reset within container *\/\n      box-sizing: border-box;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\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      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* =========================================\n       2. Typography System (Large Type)\n       ========================================= *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      color: var(--text-main);\n      margin-top: 0;\n      line-height: 1.2;\n      font-weight: 800;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      margin-bottom: var(--space-sm);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 36px);\n      margin-bottom: var(--space-sm);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      margin-bottom: var(--space-sm);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: var(--space-md);\n    }\n\n    \/* Non-clickable Badge *\/\n    .detail-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 700;\n      padding: 8px 16px;\n      border-radius: 100px;\n      margin-bottom: 1rem;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    \/* =========================================\n       3. Image \u0026 Media Protocol (Anti-distortion)\n       ========================================= *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 600;\n      text-align: center;\n      padding: 20px;\n    }\n\n    \/* =========================================\n       4. Layout Architecture\n       ========================================= *\/\n    .section-spacing {\n      padding-top: var(--space-xl);\n      padding-bottom: var(--space-xl);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: var(--space-lg);\n    }\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto var(--space-lg);\n    }\n    .social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--accent);\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n    }\n    .social-proof::before {\n      content: \"★★★★★\";\n      letter-spacing: 2px;\n    }\n\n    \/* Z-Pattern Features (Mobile Strict Ordering) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: strict top-to-bottom *\/\n      gap: var(--space-md);\n      margin-bottom: var(--space-xl);\n    }\n    \n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: var(--space-lg);\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* =========================================\n       5. Specs Table (Mobile Card Forced)\n       ========================================= *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: var(--space-lg);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: var(--space-md);\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 20px;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Mobile Table Card Conversion *\/\n    @media (max-width: 767px) {\n      .specs-container {\n        padding: var(--space-md) var(--space-sm);\n      }\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide desktop headers *\/\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        margin-bottom: 1rem;\n        border-radius: var(--radius-sm);\n        border: 1px solid var(--border-color);\n        box-shadow: var(--shadow-sm);\n        overflow: hidden;\n      }\n      .specs-table tr:last-child {\n        margin-bottom: 0;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        text-align: right;\n        padding: 16px;\n        border-bottom: 1px solid var(--bg-card);\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \/* Inject Header via data-label *\/\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        text-align: left;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* =========================================\n       6. FAQ Section\n       ========================================= *\/\n    .faq-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--space-md);\n      margin-top: var(--space-lg);\n    }\n\n    .faq-card {\n      background: var(--bg-card);\n      padding: var(--space-md);\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-card h3 {\n      font-size: 20px;\n      margin-bottom: 12px;\n      color: var(--primary);\n    }\n\n    .faq-card p {\n      margin-bottom: 0;\n      font-size: 18px;\n    }\n\n    @media (min-width: 768px) {\n      .faq-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n      .faq-card:nth-child(3) {\n        grid-column: span 2;\n        max-width: 50%;\n        margin: 0 auto;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"detail-badge\"\u003e2-in-1 Design\u003c\/div\u003e\n\n\u003ch1\u003ePop, Freeze \u0026amp; Sip Anywhere!\u003c\/h1\u003e\n\n\u003cp\u003eThe world's first collapsible ice-ball maker that seamlessly transforms into your favorite travel tumbler.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003eTrusted by 10,000+ outdoor lovers\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409134750\/8c718cdf45f7a45714db83f0568bf5a9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409134750\/825c6b234bce0f06fa10a33dc0f993c1.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\u003eCraft the Perfect Chill\u003c\/h2\u003e\n\n\u003cp\u003eWhy choose between an ice tray and a cup? Freeze a massive \u003cstrong\u003e2.5 inch (6.3 cm) ice sphere\u003c\/strong\u003e overnight. When you're ready, simply pop the silicone body upward to instantly reveal a 12 oz (350 ml) tumbler. Add your favorite coffee or juice, insert the reusable straw, and enjoy undiluted flavor for hours.\u003c\/p\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409134750\/8d52479f781262e5d06297c9094a320a.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\u003ePack Less, Do More\u003c\/h2\u003e\n\n\u003cp\u003eSpace is precious. Our revolutionary design folds down from a full \u003cstrong\u003e6.0 inches (15.2 cm) tall to just 3.2 inches (8.1 cm)\u003c\/strong\u003e. It slides effortlessly into backpacks, beach coolers, or that tiny gap in your crowded kitchen freezer. It's the ultimate space-saving companion for camping and picnics.\u003c\/p\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409134750\/651a382054066d6d530d988313ffe316.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\u003eFood-Grade \u0026amp; Effortless Release\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from premium, BPA-free food-grade silicone. Unlike rigid plastic trays that require violent twisting, our flexible body lets you release the ice cleanly with a gentle squeeze—no cracking, no struggling. Plus, the wide mouth design and dishwasher-safe materials make cleanup an absolute breeze.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center;\"\u003eEverything you need to know about your new favorite tumbler.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Specification\"\u003e\u003cstrong\u003eFluid Capacity\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e350 ml \/ 11.8 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eIce Sphere Size\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e6.3 cm \/ 2.5 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eExpanded Height\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e15.2 cm \/ 6.0 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCollapsed Height\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e8.1 cm \/ 3.2 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBase Diameter\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e9.1 cm \/ 3.6 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterials\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium Food-Grade Silicone, BPA-Free Plastics\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDishwasher Safe (Top rack recommended)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eIs it safe for hot beverages?\u003c\/h3\u003e\n\n\u003cp\u003eWhile designed primarily for freezing ice spheres and enjoying cold drinks, the high-quality food-grade silicone is heat-resistant. However, please handle with care when filled with hot liquids as the soft silicone body can transfer heat to your hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eWill it leak in my bag?\u003c\/h3\u003e\n\n\u003cp\u003eThe cup features a secure-fit dome lid designed to prevent splashes and spills while you are walking or driving. However, because it includes a straw hole, it is not 100% leak-proof if completely inverted or tossed loosely into a bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eHow do I clean the cup and lid?\u003c\/h3\u003e\n\n\u003cp\u003eCleanup is a breeze! The wide-mouth design allows for easy hand washing. All components—the silicone body, lid, and straw—are completely dishwasher safe. We recommend placing the lid and straw on the top rack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Yellow \/ 1-Pack (Starter)","offer_id":45016954929288,"sku":"0409-16049676","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 1-Pack (Starter)","offer_id":45016954962056,"sku":"0409-16047394","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gradient \/ 1-Pack (Starter)","offer_id":45016954994824,"sku":"0409-16045892","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 🔥 2-Pack (Most Popular - Save 20%)","offer_id":45016955027592,"sku":"0409-16041908","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 🔥 2-Pack (Most Popular - Save 20%)","offer_id":45016955060360,"sku":"0409-16043032","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Gradient \/ 🔥 2-Pack (Most Popular - Save 20%)","offer_id":45016955093128,"sku":"0409-16045921","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 👨‍👩‍👧‍👦 4-Pack (Family Set - Save 30%)","offer_id":45016955125896,"sku":"0409-16045382","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 👨‍👩‍👧‍👦 4-Pack (Family Set - Save 30%)","offer_id":45016955158664,"sku":"0409-16045562","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Gradient \/ 👨‍👩‍👧‍👦 4-Pack (Family Set - Save 30%)","offer_id":45016955191432,"sku":"0409-16046358","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/8c718cdf45f7a45714db83f0568bf5a9.jpg?v=1775722186","url":"https:\/\/pawnexa.com\/products\/foldable-travel-ice-maker","provider":"PawNexa","version":"1.0","type":"link"}