{"product_id":"organized-multi-slot-slim-wallet","title":"Organized Multi-Slot Slim Wallet","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：女士紧凑型多功能折叠钱包\n  目标受众：追求便携与收纳平衡的年轻女性\n  视觉风格：温馨、质感、极简、注重细节\n  配色策略：以产品主色（暖橙）为核心变色量，搭配柔和背景色，强调皮革质感\n  模块顺序：Hero (核心价值) → Feature 1 (内部收纳) → Feature 2 (使用场景) → Feature 3 (材质细节) → Specs → FAQ\n  详情图映射：Hero=image_3.png(全景), Feature1=image_4.png(内部), Feature2=image_2.png(场景), Feature3=image_0.png(细节)\n  规格图映射：Specs=image_1.png, image_5.png\n  对比模块：未加入（无明显竞品对比需求，聚焦自身卖点展示）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #C06C45; \/* 取自产品的暖橙色调 *\/\n      --primary-hover: #A85A35;\n      --text-main: #2D2D2D;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F7F5; \/* 极浅的暖米灰色背景 *\/\n      --bg-soft: #F2EFEA;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #EBEBEB;\n      --spacing-section: clamp(3rem, 6vw, 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      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Reusable Components *\/\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16\/9;\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-md);\n    }\n\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Layout Structure *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      \/* Z-Pattern alternating *\/\n      .pd-section:nth-child(even) .pd-grid-2 .feature-copy {\n        order: -1;\n      }\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n      padding-top: 2rem;\n    }\n    .hero-text {\n      margin-bottom: 2rem;\n    }\n\n    \/* Feature Sections *\/\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 1.5rem;\n    }\n    .feature-tag {\n      font-size: 16px;\n      color: var(--text-sub);\n      background: var(--bg-card);\n      padding: 4px 12px;\n      border-radius: 4px;\n    }\n\n    \/* Specs Table *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th {\n      width: 35%;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n    .specs-table td {\n      font-weight: 600;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-tableth, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        padding: 0.8rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .specs-table td:last-child { border-bottom: none; }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 500;\n        color: var(--text-sub);\n        margin-right: 1rem;\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    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 700;\n      margin-right: 10px;\n    }\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      padding-left: 32px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cspan class=\"pd-badge\"\u003eDesigned for everyday ease\u003c\/span\u003e\n\u003ch1\u003eSlim Size, Surprising Capacity\u003c\/h1\u003e\n\n\u003cp\u003eThe essential compact wallet that holds everything you need—cards, cash, and coins—without the bulk. Simplifies your carry, elegantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img139\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260709114922\/626666ed79b381add73b375c8b1e3046.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img140\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260709113941\/1e64c01ce9e846561ee4c37852e34711.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\u003eA Place for Everything\u003c\/h2\u003e\n\n\u003cp\u003eDon't let the palm-sized design fool you. Unfold it to reveal smarter organization for your daily essentials. It features multiple card slots, a full-length compartment for bills, a clear window for your ID, and a secure zippered pocket on the back for coins.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMultiple Card Slots\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFull Bill Compartment\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eClear ID Window\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature Section 2: Portability (Scenario focus) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img141\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260709113941\/e1ec754936a2a15bc4ca2f7ac46530c4.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\u003eEffortless Carry, Anywhere\u003c\/h2\u003e\n\n\u003cp\u003eDitch the heavy, bulky wallet. This compact folder is designed for modern life on the go. Its lightweight form slides easily into your jeans pocket, clutch, or mini-bag, making it the perfect companion for commuting, shopping, or traveling light.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePocket-Friendly\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLightweight\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCompact Fold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Feature Section 3: Details \u0026 Quality (Material focus) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img142\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260709113941\/4f0f5c3a5643505aa841a7b6a262957e.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\u003ePremium Texture \u0026amp; Charming Details\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from durable Litchi-grain PU leather, offering a sophisticated matte finish and a soft, comfortable touch. It’s finished with high-quality hardware, including a smooth-gliding heart-shaped zipper pull and a distinctive metal ring charm for a touch of elegance.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLitchi-grain Texture\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHeart Zipper Pull\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMetal Ring Accent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Specifications --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eLitchi-grain PU Leather\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Approx.)\"\u003e12cm L x 9.5cm H x 3cm W (4.7\" x 3.7\" x 1.2\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Main Closure\"\u003eSnap Button\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Coin Pocket\"\u003eBack Zipper Closure\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Interior Layout\"\u003eCard Slots, Bill Compartment, ID Window\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 16px; margin-top: 1rem; opacity: 0.8;\"\u003e*All measurements are approximate due to manual measurement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- F. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill bills fit flat inside without folding?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the full-length bill compartment is designed to hold standard-sized cash flat.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the coin pocket secure?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The back pocket features a sturdy zipper closure to keep coins and small items safely contained.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean the material?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe PU leather exterior is easy to maintain. Simply wipe it gently with a soft, slightly damp cloth to clean.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Orange","offer_id":45832990261439,"sku":"0709-18056704","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":45832990294207,"sku":"0709-18059851","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":45832990326975,"sku":"0709-18057186","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Grey","offer_id":45832990359743,"sku":"0709-18053278","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Lavender","offer_id":45832990392511,"sku":"0709-18051204","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":45832990425279,"sku":"0709-18056772","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Sea Blue","offer_id":45832990458047,"sku":"0709-18059722","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Mint Green","offer_id":45832990490815,"sku":"0709-18056461","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":45832990523583,"sku":"0709-18052941","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/626666ed79b381add73b375c8b1e3046.jpg?v=1783591554","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/organized-multi-slot-slim-wallet","provider":"Bak","version":"1.0","type":"link"}