{"product_id":"whimsical-frog-purse-diy-rjc","title":"Whimsical Frog Purse DIY","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：手工串珠立体青蛙零钱包\/挂饰（成品）\n  目标受众：女性、青少年、青蛙爱好者、独特配饰追求者\n  视觉风格：精致手工感、复古、趣味、品质感\n  配色策略：以产品主色调橄榄绿和金色金属为核心，搭配柔和中性背景色，突出产品光泽。\n  模块顺序：Hero (吸引) -\u003e Craftsmanship (品质) -\u003e Functionality (实用) -\u003e Gifting (场景) -\u003e Specs (参数) -\u003e FAQ (解疑)\n  详情图映射：\n    - Hero: image_3 (展示作为包挂的完整生活场景)\n    - Feature 1 (Craftsmanship): image_1 (深色背景特写，突出珠子和眼睛细节)\n    - Feature 2 (Functionality): image_2 (手持展示大小和挂扣结构)\n    - Feature Scenario (Gifting): image_4 (礼盒场景，强化礼物属性)\n  规格图映射：Specs模块数据基于视觉观察和报告描述汇总，忽略image_6中的DIY文字冲突。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #556B2F; \/* 橄榄绿，取自青蛙身体 *\/\n      --primary-hover: #3E4F22;\n      --text-main: #2C2C2C;\n      --text-sub: #585858;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F7; \/* 柔和米色背景 *\/\n      --bg-soft: #F0F0E8;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --border-color: #EBEBE6;\n      --spacing-section: clamp(2.5rem, 6vw, 4.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .section-block {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .detail-image {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .badge-pill {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 2rem;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      letter-spacing: 0.5px;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background: #FFFFFF;\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section) auto;\n    }\n\n    \/* Feature Sections - Z-Pattern *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    .specs-table tr:last-child td, .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* Mobile Specs *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .specs-table th {\n        display: none;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 1rem;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n        text-align: left;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-item h3 {\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    \n    .faq-item p {\n      margin-bottom: 0;\n    }\n\n    \/* Image Placeholder Style (For delivery only) *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 1\/1;\n      background: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n      border-radius: var(--radius-lg);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cspan class=\"badge-pill\"\u003eIntricate Handcrafted Artistry\u003c\/span\u003e\n\u003ch1\u003eWhimsical Hand-Beaded Frog Coin Purse \u0026amp; Bag Charm\u003c\/h1\u003e\n\n\u003cp\u003eA unique, 3D artisan accessory that securely holds life's tiny essentials while adding a charming, eye-catching touch to your favorite handbag or backpack.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260722114445\/36eb94ee99ade68ceeec187e28932c64.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Craftsmanship --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-1-44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260722114445\/da41b325df698759c656b171184f7388.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\u003eExquisite Lifelike Detail\u003c\/h2\u003e\n\n\u003cp\u003eThis isn't just a coin purse; it's a miniature work of art. Thousands of tiny glass seed beads are densely hand-woven to create a vibrant, textured 3D amphibian shape. It is finished with shimmering, prominent crystal-like eyes and intricate gold and black beaded toes that catch the light.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDense Beadwork\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eShimmering Eyes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3D Structure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Functionality --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260722114445\/0269a8349cf57fd16e3469da34aca7a6.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\u003eSecure Storage, Versatile Style\u003c\/h2\u003e\n\n\u003cp\u003eFunction meets whimsical fashion. The classic gold-tone metal kiss-lock frame snaps tightly shut to keep coins, keys, or earbuds safe. The attached durable lobster claw clasp allows you to instantly clip it onto handbags, totes, or belt loops as a playful statement piece.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSecure Kiss-Lock\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSturdy Bag Clip\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePalm-Sized\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Gifting Scenario --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260722114445\/300eea058faad9b483da44849f3bf8bb.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\u003eThe Perfect Quirky Gift\u003c\/h2\u003e\n\n\u003cp\u003eSearching for something unique? Whether for a frog enthusiast, a lover of vintage style, or someone who appreciates handcrafted goods, this charming and practical pouch makes a thoughtful and memorable present for birthdays or special occasions.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eGift-Ready\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUnique Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCharming Accessory\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Product Type\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eHand-beaded coin purse \u0026amp; bag charm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Primary Material\"\u003ePrimary Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eDense glass seed beads\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Hardware Finish\"\u003eHardware Finish\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePolished gold-tone metal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Closure Style\"\u003eClosure Style\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMetal kiss-lock frame\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attachment\"\u003eAttachment\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMetal chain with lobster claw clasp\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Size Estimate\"\u003eSize Estimate\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePalm-sized mini pouch (fits small essentials)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat fits inside this mini pouch?\u003c\/h3\u003e\n\n\u003cp\u003eIt is designed for tiny essentials. It perfectly holds coins, folded cash, a few keys, small jewelry, or standard wireless earbuds. It is too compact for credit cards or smartphones.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the beadwork durable for daily use as a bag charm?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the beads are densely woven specifically to maintain the 3D shape and withstand normal daily use when clipped to a bag. The metal hardware is also designed to be securely attached.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow should I clean it if it gets dirty?\u003c\/h3\u003e\n\n\u003cp\u003eWe recommend gently wiping the beaded surface with a soft, slightly damp cloth. Do not submerge the purse in water or use harsh chemical cleaners, as this may damage the beads or metal finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Default Title","offer_id":46884353015981,"sku":null,"price":16.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/36eb94ee99ade68ceeec187e28932c64_51890734-1b24-4d20-b452-e5dd2ba10022.jpg?v=1784692077","url":"https:\/\/newjoyloo.com\/products\/whimsical-frog-purse-diy-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}