{"product_id":"whimsical-frog-purse-diy-rjc","title":"Doe-het-zelf fantasierijke kikkerportemonnee","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\"\u003eIngewikkeld Handgemaakt Vakmanschap\u003c\/span\u003e\n\u003ch1\u003eSpeels met de hand gekraald kikker-muntportemonneetje \u0026 tashanger\u003c\/h1\u003e\n\n\u003cp\u003eEen uniek, driedimensionaal handgemaakt accessoire dat de kleine essentiële spullen van het leven veilig bewaart en tegelijkertijd een charmante, opvallende touch toevoegt aan je favoriete handtas of rugzak.\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\u003eUitzonderlijk Levensgetrouw Detail\u003c\/h2\u003e\n\n\u003cp\u003eDit is niet zomaar een muntportemonnee; het is een miniatuur kunstwerk. Duizenden kleine glazen zaadkralen zijn dicht met de hand geweven om een levendige, getextureerde 3D-amfibievorm te creëren. Het is afgewerkt met glinsterende, opvallende kristalachtige ogen en ingewikkelde gouden en zwarte kralen aan de tenen die het licht vangen.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDicht Kralenwerk\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGlanzende Ogen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3D-structuur\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\u003eVeilige Opberging, Veelzijdige Stijl\u003c\/h2\u003e\n\n\u003cp\u003eFunctionaliteit ontmoet speelse mode. Het klassieke kiss-lock frame van goudkleurig metaal sluit stevig om munten, sleutels of oordopjes veilig te houden. De duurzame karabijnhaak maakt het mogelijk het direct aan handtassen, tassen of riemlussen te bevestigen als een speels statement.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eVeilige Kiss-Lock\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStevige Tasclip\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHandpalmgrootte\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\u003eHet Perfecte Vrolijke Cadeau\u003c\/h2\u003e\n\n\u003cp\u003eOp zoek naar iets unieks? Of het nu is voor een kikkerliefhebber, een fan van vintage stijl, of iemand die handgemaakte producten waardeert, dit charmante en praktische tasje is een doordacht en memorabel cadeau voor verjaardagen of speciale gelegenheden.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eKlaar om cadeau te geven\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUniek Ontwerp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCharmant Accessoire\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\u003eProductspecificaties\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\"\u003eProducttype\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMet de hand gekraald muntportemonneetje \u0026 tashanger\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Primary Material\"\u003eHoofdmateriaal\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eDichte glazen zaadkralen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Hardware Finish\"\u003eAfwerking van het beslag\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eGepolijst metaal in goudkleur\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Closure Style\"\u003eSluitingsstijl\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMetalen 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\"\u003eBevestiging\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMetalen ketting met karabijnhaak\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Size Estimate\"\u003eGeschatte Afmetingen\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMini tasje ter grootte van een handpalm (geschikt voor kleine 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\u003eVeelgestelde Vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWat past er in dit mini tasje?\u003c\/h3\u003e\n\n\u003cp\u003eHet is ontworpen voor kleine essentiële spullen. Het biedt perfect plaats aan munten, gevouwen geld, een paar sleutels, kleine sieraden of standaard draadloze oordopjes. Het is te compact voor creditcards of smartphones.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs het kralenwerk duurzaam genoeg voor dagelijks gebruik als tashanger?\u003c\/h3\u003e\n\n\u003cp\u003eJa, de kralen zijn dicht geweven om specifiek de 3D-vorm te behouden en bestand te zijn tegen normaal dagelijks gebruik wanneer het aan een tas wordt bevestigd. Ook het metalen beslag is ontworpen om stevig vast te zitten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHoe moet ik het schoonmaken als het vuil wordt?\u003c\/h3\u003e\n\n\u003cp\u003eWe raden aan het kralenoppervlak voorzichtig schoon te vegen met een zachte, licht vochtige doek. Dompel het tasje niet onder in water en gebruik geen agressieve chemische reinigers, omdat dit de kralen of de metalen afwerking kan beschadigen.\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\/nl\/products\/whimsical-frog-purse-diy-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}