{"product_id":"whimsical-frog-purse-diy-rjc","title":"気まぐれなカエルの財布の作り方","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\"\u003e繊細な手作りの芸術作品\u003c\/span\u003e\n\u003ch1\u003e遊び心あふれる手作りビーズのカエルのコインパース＆バッグチャーム\u003c\/h1\u003e\n\n\u003cp\u003eユニークな3Dの職人技アクセサリーで、日常の小さな必需品をしっかり収納しながら、お気に入りのハンドバッグやバックパックに魅力的で目を引くアクセントを加えます。\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\u003e精巧でリアルなディテール\u003c\/h2\u003e\n\n\u003cp\u003eこれは単なるコインパースではなく、小さな芸術作品です。何千もの小さなガラスシードビーズが密に手織りされ、鮮やかで立体的な両生類の形を作り出しています。輝くクリスタルのような目と、光を反射する繊細な金と黒のビーズの足先で仕上げられています。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e密なビーズ細工\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e輝く目\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3D構造\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\u003e安全な収納、多用途なスタイル\u003c\/h2\u003e\n\n\u003cp\u003e機能性と遊び心のあるファッションが融合。クラシックなゴールドトーンの金属キスロックフレームはしっかりと閉じてコインや鍵、イヤホンを安全に保ちます。耐久性のあるロブスタークロー付きの金具で、バッグやトート、ベルトループにすぐにクリップでき、遊び心のあるアクセントになります。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eしっかり閉まるキスロック\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e頑丈なバッグクリップ\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e手のひらサイズ\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\u003e完璧な個性的ギフト\u003c\/h2\u003e\n\n\u003cp\u003eユニークなものをお探しですか？カエル好き、ヴィンテージスタイル愛好者、手作り品を好む方に、この魅力的で実用的なポーチは誕生日や特別な日の思い出に残る贈り物になります。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eギフトに最適\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eユニークなデザイン\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e魅力的なアクセサリー\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\u003e製品仕様\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\"\u003e製品タイプ\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e手作業でビーズを施したコインパース＆バッグチャーム\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Primary Material\"\u003e主な素材\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e密に編まれたガラスシードビーズ\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Hardware Finish\"\u003e金具の仕上げ\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e磨かれたゴールドトーンの金属\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Closure Style\"\u003e閉じ方のスタイル\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e金属製キスロックフレーム\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attachment\"\u003e取り付け方法\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eロブスタークロー付きの金属チェーン\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Size Estimate\"\u003eサイズの目安\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e手のひらサイズのミニポーチ（小さな必需品が入る）\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\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eこのミニポーチには何が入りますか？\u003c\/h3\u003e\n\n\u003cp\u003e小さな必需品用に設計されています。コイン、折りたたんだ紙幣、数本の鍵、小さなアクセサリー、標準的なワイヤレスイヤホンがぴったり入ります。クレジットカードやスマートフォンには小さすぎます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eビーズ細工はバッグチャームとして日常使いに耐えられますか？\u003c\/h3\u003e\n\n\u003cp\u003eはい、ビーズは3Dの形状を保ち、バッグにクリップで留めた際の日常使用に耐えられるように密に織られています。金属の金具もしっかりと固定されるように設計されています。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e汚れた場合はどうやって掃除すればいいですか？\u003c\/h3\u003e\n\n\u003cp\u003eビーズの表面は、柔らかく少し湿らせた布で優しく拭くことをおすすめします。財布を水に浸したり、強い化学洗剤を使用したりしないでください。ビーズや金属の仕上げが損なわれる恐れがあります。\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\/ja\/products\/whimsical-frog-purse-diy-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}