{"product_id":"minimalist-business-card-organizer","title":"Minimalist Business Card Organizer","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #5c3a21;\n      --primary-hover: #452a17;\n      --text-main: #2c2c2c;\n      --text-sub: #5a5a5a;\n      --bg-body: #ffffff;\n      --bg-card: #faf8f5;\n      --bg-soft: #f3f0eb;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(92, 58, 33, 0.05);\n      --shadow-lg: 0 8px 24px rgba(92, 58, 33, 0.08);\n      --border-color: #e5dfd5;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container td {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Non-clickable Badges \u0026 Tags *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-size: 18px;\n      font-weight: 600;\n      padding: 6px 16px;\n      border-radius: 20px;\n      line-height: 1.4;\n    }\n\n    .feature-tag {\n      display: inline-block;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      color: var(--text-main);\n      font-size: 18px;\n      font-weight: 500;\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Universal Image Placeholder Styling *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      text-align: center;\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 200px;\n      margin-bottom: 20px;\n    }\n\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Intro Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 24px;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Sections Layout *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-copy h3 {\n      margin-bottom: 12px;\n    }\n\n    .feature-copy p {\n      margin-bottom: 16px;\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value {\n      display: block;\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 8px;\n    }\n\n    \/* Desktop Adjustments *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n      }\n\n      .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Specification Specific Handling to prevent overlap\/overflow *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td \u003e span.spec-value {\n        font-size: 18px;\n        line-height: 1.5;\n      }\n\n      \/* Hide first column on mobile as we use data-label now *\/\n      .spec-table td:first-child {\n        display: none;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Professional Business Card Holder\n  Target Audience: Business professionals, sales executives, and networkers\n  Visual Style: Sophisticated, clean, executive-focused, elegant typography\n  Color Strategy: Deep leather brown (#5c3a21) accents, off-white\/warm gray card backgrounds, and dark charcoal body text\n  Module Order: Hero Section -\u003e Feature 1 (Capacity) -\u003e Feature 2 (Portability) -\u003e Feature 3 (Premium Materials) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_5, Feature3=detail_6\n  Specification Data Source: detail_4 (dimensions), product analysis report (materials and capacity; no specification image placeholder is rendered)\n  Compare Section: Not included (no direct comparative data provided to ensure strict truthfulness)\n  Information Boundary: Strictly relies on facts provided: 26-card capacity, PU leather with contrast stitching, 102mm x 63mm x 15mm dimensions, built-in magnetic closure, wave-shaped interior compartment.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"trust-badge\"\u003eSecure Magnetic Closure\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eSlim Premium PU Leather Business Card Holder\u003c\/h1\u003e\n\n\u003cp\u003eKeep your contact details safe, organized, and pristine with an elegant, textured leather business card pocket designed for client networking and professional meetings.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912152654\/3180e116c00b959ba6476a311325db66.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection style=\"display: flex; flex-direction: column; gap: clamp(2rem, 4vw, 3rem);\"\u003e\u003c!-- Feature 1: High Capacity --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912152654\/8569b16a151536e714a44c6392d92e79.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-copy\"\u003e\n\u003cspan class=\"feature-tag\" style=\"align-self: flex-start; margin-bottom: 12px;\"\u003eSpacious Storage\u003c\/span\u003e\n\n\u003ch3\u003eHolds Up to 26 Standard Cards\u003c\/h3\u003e\n\n\u003cp\u003eNever run short of business cards during important networking events or exhibitions. This organized compartment holds up to 26 standard business cards securely in place without bulging.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWave-Cut Pocket\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eOrganized Layout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Compact Design --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912152654\/a6e8868148237846982eebd64ddf9d27.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-copy\"\u003e\n\u003cspan class=\"feature-tag\" style=\"align-self: flex-start; margin-bottom: 12px;\"\u003eUltra-Slim Profile\u003c\/span\u003e\n\n\u003ch3\u003ePocket-Friendly Convenience\u003c\/h3\u003e\n\n\u003cp\u003eMeasuring only 15mm in thickness, this card holder is engineered to slide smoothly into your blazer, shirt pocket, or briefcase without adding bulk or disrupting your clean silhouette.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003e15mm Thick\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLightweight Feel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Color \u0026 Stitching Details --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912152654\/d63943cd3c25f2f6e2e26ad969ea7206.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-copy\"\u003e\n\u003cspan class=\"feature-tag\" style=\"align-self: flex-start; margin-bottom: 12px;\"\u003eExceptional Craftsmanship\u003c\/span\u003e\n\n\u003ch3\u003ePremium PU Leather \u0026amp; Contrast Stitching\u003c\/h3\u003e\n\n\u003cp\u003eConstructed with durable litchi grain PU leather on the outside and a soft protective inner lining. The neat, contrasted hand-stitched detailing outlines the borders for a refined executive finish.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLitchi Pattern\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHandmade Feel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (NO IMAGES HERE, STRICT TEXT\/TABLE ONLY) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e102mm x 63mm x 15mm (4.02\" x 2.48\" x 0.59\")\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eCapacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Capacity\"\u003e\u003cspan class=\"spec-value\"\u003eUp to 26 standard business cards\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eOuter Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Outer Material\"\u003e\u003cspan class=\"spec-value\"\u003ePremium textured PU leather (Litchi grain finish)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eInner Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Inner Material\"\u003e\u003cspan class=\"spec-value\"\u003eSoft microfiber-style lining to prevent scratches\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eClosure Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Closure Type\"\u003e\u003cspan class=\"spec-value\"\u003eBuilt-in magnetic closure cover\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eContrast Stitching Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Contrast Stitching Colors\"\u003e\u003cspan class=\"spec-value\"\u003eBlack (White stitching) \/ Brown (Orange stitching) \/ Orange (Orange stitching)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this card holder fit standard business cards?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, this card holder is specifically measured and shaped to securely hold standard business cards without bending their corners.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the magnetic closure function?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA durable magnet is seamlessly embedded inside the PU leather cover, keeping the pocket firmly shut inside your bag or pocket while enabling easy, one-handed opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the interior lining offer card protection?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the interior features a soft, matte microfiber-like lining that helps keep your business cards safe from scratching, smudging, or bending during transport.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Espresso Brown","offer_id":58918264963232,"sku":"20260916-161529-9007","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Classic Black","offer_id":58918264996000,"sku":"20260916-161529-0131","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Cognac Orange","offer_id":58918265028768,"sku":"20260916-161529-5796","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/3180e116c00b959ba6476a311325db66.jpg?v=1789546562","url":"https:\/\/cartivra.com\/products\/minimalist-business-card-organizer","provider":"Cartivra","version":"1.0","type":"link"}