{"product_id":"foldable-butterfly-purse-hook","title":"Foldable Butterfly Purse Hook","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：时尚功能性配件（挂包钩）\n目标受众：需要再公共场合存放手提包的女性\n视觉风格：精致、闪耀、现代金属感\n配色策略：以深灰色\/黑色为主强调色，搭配银色金属和闪粉质感，背景简洁干净\n模块顺序：Hero (痛点解决方案) -\u003e Feature 1 (核心使用场景) -\u003e Feature 2 (便携收纳) -\u003e Feature 3 (材质与细节) -\u003e Specs -\u003e FAQ\n详情图映射：Hero=image_3.png, Feature1=image_4.png, Feature2=image_0.png, Feature3=image_1.png\n规格图映射：Specs=image_6.png (数据源)\n对比模块：未加入（产品创新性较强，直接强调自身优势即可）\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #222222;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F5F5F7;\n      --border-color: #E5E5E5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --font-h1: clamp(32px, 5vw, 42px);\n      --font-h2: clamp(24px, 4vw, 32px);\n      --font-h3: clamp(20px, 3vw, 24px);\n      --font-body: clamp(18px, 2vw, 20px);\n      --font-small: clamp(16px, 1.5vw, 18px);\n      --spacing-block: clamp(3rem, 6vw, 5rem);\n      --spacing-item: clamp(1.5rem, 3vw, 2.5rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 4vw, 4rem) 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.7;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n      line-height: 1.3;\n      color: var(--primary);\n    }\n    .product-detail-container h1 { font-size: var(--font-h1); }\n    .product-detail-container h2 { font-size: var(--font-h2); }\n    .product-detail-container h3 { font-size: var(--font-h3); }\n    .product-detail-container p { margin: 0 0 1.5rem 0; font-size: var(--font-body); color: var(--text-sub); }\n    .product-detail-container p:last-child { margin-bottom: 0; }\n\n    \/* Images *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .img-placeholder {\n      width: 100%;\n      min-height: 300px;\n      background-color: var(--bg-soft);\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-family: monospace;\n      font-size: var(--font-small);\n    }\n\n    \/* Tags \u0026 Badges *\/\n    .tag-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    .tag-item {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      border-radius: 2rem;\n      font-size: var(--font-small);\n      color: var(--text-main);\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--spacing-block);\n    }\n    .hero-badge {\n      display: inline-block;\n      padding: 0.5rem 1.25rem;\n      background-color: var(--primary);\n      color: white;\n      border-radius: 2rem;\n      font-size: var(--font-small);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 2.5rem auto;\n    }\n    .hero-media {\n      margin-top: 2rem;\n      box-shadow: var(--shadow-sm);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 5rem);\n      margin-bottom: var(--spacing-block);\n    }\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    \/* Specifications *\/\n    .specs-section {\n      margin-bottom: var(--spacing-block);\n      background-color: var(--bg-soft);\n      padding: var(--spacing-item);\n      border-radius: var(--radius-lg);\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: var(--font-body);\n    }\n    .spec-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n    .spec-table tr:last-child td, .spec-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-block);\n    }\n    .faq-list {\n      display: grid;\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n    .faq-item {\n      background-color: var(--bg-soft);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n    }\n    .faq-question {\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: baseline;\n      font-size: var(--font-h3);\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      margin-right: 0.5rem;\n      color: var(--text-sub);\n    }\n    .faq-answer {\n      color: var(--text-sub);\n      font-size: var(--font-body);\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .feature-section, .feature-section:nth-child(even) {\n        flex-direction: column;\n      }\n      .feature-copy {\n        text-align: center;\n      }\n      .tag-list {\n        justify-content: center;\n      }\n      \n      \/* Spec Table Mobile Card Style *\/\n      .spec-table thead { display: none; }\n      .spec-table tr {\n        display: block;\n        margin-bottom: 1rem;\n        background: white;\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .spec-table td:last-child { border-bottom: none; }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"hero-badge\"\u003e✨ Designed for Dining \u0026amp; Social Ease\u003c\/span\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eKeep Your Handbag Safe, Clean, and Right By Your Side\u003c\/h1\u003e\n\n\u003cp\u003eThe stylish, foldable handbag hanger that instantly turns any table edge into a secure spot for your purse. Say goodbye to dirty floors and awkward lap balancing.\u003c\/p\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\/20260429172607\/9fac90c6653b8b4d8d09ce2904415e05.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\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\/20260429172607\/d2e52dcc12a7a3f7bf0349a4579b97ba.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\u003eInstant, Secure Storage Anywhere\u003c\/h2\u003e\n\n\u003cp\u003eSimply unfold the hook and rest the decorative butterfly base on the table's edge. The smart, gravity-assisted design securely holds your handbag off the ground, keeping it clean, safe from potential theft, and conveniently within arm's reach.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-list\"\u003e\n\u003cspan class=\"tag-item\"\u003e🛡️ Theft Deterrent\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003e🧼 Keeps Bags Clean\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003e🍽️ Ideal for Restaurants\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Portability \u0026 Design --\u003e\n\n\u003cdiv class=\"feature-section\"\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\/20260429172607\/4cbcc2a34458d1a89103b653aba969c3.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\u003eCompact, Foldable \u0026amp; Chic Accessory\u003c\/h2\u003e\n\n\u003cp\u003eWhen not in use, it ingeniously folds into a compact, sparkling butterfly charm with a secure magnetic closure. It's small enough to slip into a pocket or clip onto your bag strap as a stylish accessory, always ready for your next stop.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-list\"\u003e\n\u003cspan class=\"tag-item\"\u003e🧲 Magnetic Closure\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003e🦋 Sparkling Design\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003e👜 Bag Charm Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Material \u0026 Durability --\u003e\n\n\u003cdiv class=\"feature-section\"\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\/20260429172607\/b98f5cac88663492064a8b9e0acd991d.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\u003eBuilt Strong, Protects Surfaces\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from high-quality zinc alloy for durable weight-bearing capacity. The base features a soft, non-slip rubber pad that grips firmly to the table and ensures zero scratches or marks on the surface.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-list\"\u003e\n\u003cspan class=\"tag-item\"\u003e💪 Solid Zinc Alloy\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003e🚫 Non-Slip Rubber Base\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003e✨ Glitter Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\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=\"Feature\"\u003eProduct Name\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eButterfly Glitter Handbag Hanger\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eZinc Alloy Metal + Rubber Pad\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFolded Size\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e7 x 5 cm (approx. 2.8 x 2.0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eUnfolded Size\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e10.5 x 5.3 cm (approx. 4.1 x 2.1 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eThickness\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1.1 cm (approx. 0.4 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e57g (approx. 2.0 oz)\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=\"faq-section\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this work on thick tables?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the extendable C-hook design is built to accommodate most standard table thicknesses found in restaurants, cafes, and offices.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill it scratch the table surface?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNot at all. The bottom of the butterfly base is covered with a soft, non-slip rubber pad specifically designed to grip securely and protect table surfaces from any marks.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the glitter shed easily?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe glitter finish is sealed with a frosted coating, designed to minimize shedding while maintaining its beautiful sparkle during daily use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Sparkle Black \/ Single","offer_id":45087757533320,"sku":"0430-15356498","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle White \/ Single","offer_id":45087757566088,"sku":"0430-15352990","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rainbow Sparkle \/ Single","offer_id":45087757598856,"sku":"0430-15352665","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle Pink \/ Single","offer_id":45087757631624,"sku":"0430-15359333","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle Blue \/ Single","offer_id":45087757664392,"sku":"0430-15352158","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle Purple \/ Single","offer_id":45087757697160,"sku":"0430-15352793","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle Black \/ 2-Pack (Save 20%)","offer_id":45087757729928,"sku":"0430-15353568","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle White \/ 2-Pack (Save 20%)","offer_id":45087757762696,"sku":"0430-15355049","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Rainbow Sparkle \/ 2-Pack (Save 20%)","offer_id":45087757795464,"sku":"0430-15354442","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle Pink \/ 2-Pack (Save 20%)","offer_id":45087757828232,"sku":"0430-15355658","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle Blue \/ 2-Pack (Save 20%)","offer_id":45087757861000,"sku":"0430-15358469","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Sparkle Purple \/ 2-Pack (Save 20%)","offer_id":45087757893768,"sku":"0430-15353382","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/9fac90c6653b8b4d8d09ce2904415e05.jpg?v=1777534597","url":"https:\/\/pawnexa.com\/products\/foldable-butterfly-purse-hook","provider":"PawNexa","version":"1.0","type":"link"}