{"product_id":"six-pocket-car-document-wallet","title":"Six Pocket Car Document Wallet","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Accessory (Car Registration \u0026 Insurance Holder)\nTarget Audience: Car owners seeking organization and peace of mind during stops.\nVisual Style: Professional, reliable, clean, high-contrast (dark slate with amber accents).\nColor Strategy: Deep Slate (#1e293b) for trust\/security, Amber (#eab308) for \"easy to find\" visibility, Light Gray (#f8fafc) background for readability.\nShape Strategy: Radius 12px (Balanced: professional yet accessible).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 32-44px, Body 18-20px, line-height 1.7).\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive flex rows).\nImage Mapping: Hero=image_1 (Before\/After), Feature1=image_2, Feature2=image_3, Feature3=image_4.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1. Design System \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #1e293b;        \/* Deep Slate *\/\n      --primary-hover: #0f172a;  \/* Darker Slate *\/\n      --accent: #eab308;         \/* Visibility Amber *\/\n      --text-main: #334155;      \/* Dark Gray text *\/\n      --text-sub: #64748b;       \/* Muted text *\/\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --border-color: #e2e8f0;\n      \n      --radius-md: 8px;\n      --radius-lg: 12px;\n      \n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n\n      \/* Typography \u0026 Spacing System *\/\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\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    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      color: var(--primary);\n      margin-top: 0;\n      line-height: 1.2;\n      font-weight: 800;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-main);\n      margin-top: 0;\n    }\n\n    \/* Layout Spacing *\/\n    .pd-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Badge (Non-clickable) *\/\n    .pd-badge {\n      display: inline-block;\n      background-color: var(--bg-card);\n      color: var(--text-sub);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .pd-badge-accent {\n      background-color: #fefce8;\n      color: #ca8a04;\n      border-color: #fde047;\n    }\n\n    \/* Image Rules *\/\n    .pd-img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      background-color: var(--bg-card);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      \/* Image Placeholder Styling *\/\n      min-height: 200px; \n      border: 2px dashed var(--border-color);\n    }\n    \n    .pd-img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain; \/* Prevents poster crop if user uses custom grid later *\/\n    }\n\n    \/* Placeholder text styling within wrapper *\/\n    .pd-img-wrapper span.placeholder-text {\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: bold;\n      padding: 2rem;\n      text-align: center;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n    }\n    .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 4vw, 3rem);\n    }\n\n    \/* Feature Z-Pattern \/ Mobile Stack *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n    .pd-feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .pd-feature-media, \n    .pd-feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Specifications Table (Mobile Card Strategy) *\/\n    .pd-specs-container {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-container, \n      .pd-specs-container thead, \n      .pd-specs-container tbody, \n      .pd-specs-container th, \n      .pd-specs-container td, \n      .pd-specs-container tr {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-container thead {\n        display: none;\n      }\n      .pd-specs-container tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n        overflow: hidden;\n      }\n      .pd-specs-container 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      .pd-specs-container td:last-child {\n        border-bottom: none;\n      }\n      .pd-specs-container td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        text-align: left;\n        padding-right: 1rem;\n        flex-shrink: 0;\n      }\n    }\n\n    @media (min-width: 768px) {\n      .pd-specs-container {\n        border-radius: var(--radius-lg);\n        overflow: hidden;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-specs-container th,\n      .pd-specs-container td {\n        padding: 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-specs-container th {\n        background-color: var(--primary);\n        color: white;\n        font-weight: 700;\n        font-size: 20px;\n      }\n      .pd-specs-container tr {\n        background-color: var(--bg-body);\n      }\n      .pd-specs-container tr:nth-child(even) {\n        background-color: var(--bg-card);\n      }\n      .pd-specs-container tr:last-child td {\n        border-bottom: none;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n    .pd-faq-item:last-child {\n      margin-bottom: 0;\n    }\n    .pd-faq-q {\n      font-weight: 800;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    .pd-faq-a {\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge pd-badge-accent\"\u003eEnd the Glove Box Chaos\u003c\/div\u003e\n\n\u003ch1\u003eFind Essential Documents Instantly During Any Stop.\u003c\/h1\u003e\n\n\u003cp\u003eTransform your cluttered glove compartment into a perfectly organized safe zone. Your registration, insurance, and emergency contacts, easily accessible when seconds count.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrapper\" style=\"border: none;\"\u003e\n\u003c!-- Natural flow image block --\u003e\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311101718\/d09bb57eb4718a106f1d32253013ab82.jpg\"\u003e\u003c\/div\u003e\u003c\/span\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-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311101718\/9d5222741a8fdc97ddfe5e93196e19b5.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eHigh Capacity\u003c\/div\u003e\n\n\u003ch2\u003eHold Large Documents Without Folding\u003c\/h2\u003e\n\n\u003cp\u003eNever crease an important document again. Designed with a generously sized interior, this holder comfortably fits long registration forms and comprehensive insurance policies completely flat. Keep your paperwork in pristine, official condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311101718\/32d281996c215deef1782ffc76dc3e19.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e6-Pocket Organization\u003c\/div\u003e\n\n\u003ch2\u003eEverything in its Right Place\u003c\/h2\u003e\n\n\u003cp\u003eFeaturing six meticulously designed transparent pockets crafted from heavy-duty vinyl PVC. Effortlessly separate your vehicle registration, multiple insurance cards, driver's licenses, and emergency contacts. The crystal-clear sleeves allow for instant identification without removing the cards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311101718\/5c67df758ee7f9710672b4abc5b1d4a1.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003ePremium Materials\u003c\/div\u003e\n\n\u003ch2\u003eLuxurious PU Leather Finish\u003c\/h2\u003e\n\n\u003cp\u003eBuilt for durability and style. The exterior is crafted from high-quality PU leather that not only looks professional but is highly resistant to wear and tear. Its distinct texture makes it incredibly easy to identify by touch in a dark glove box during nighttime emergencies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003ePrecision engineered to fit exactly what you need, right where you need it.\u003c\/p\u003e\n\n\u003ctable class=\"pd-specs-container\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material Construction\"\u003ePremium PU Leather + Vinyl PVC\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDurable, tear-resistant, and visually appealing\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (L x W)\"\u003e24.0 cm x 13.0 cm (9.4 in x 5.1 in)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eOptimized for standard auto glove compartments\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Weight\"\u003e150 g (5.3 oz)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eLightweight yet substantial feel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Storage Capacity\"\u003e6 Distinct Compartments\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHolds standard papers, cards, and receipts\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003eWipe-Clean Surface\u003c\/td\u003e\n\t\t\t\u003ctd\u003eMaintain pristine look with a simple damp cloth\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 Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eWill this fit in my specific car's glove box?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eYes. Designed with universally compatible dimensions (9.4 x 5.1 inches), its slim profile slides easily into the glove compartments or center consoles of nearly all cars, trucks, and SUVs without taking up excess space.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eCan the plastic sleeves withstand extreme car temperatures?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eAbsolutely. We use high-grade, heat-resistant vinyl PVC. It won't melt or stick to your important documents during hot summer days, nor will it crack during freezing winter nights.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eWill the ink from my documents stick to the plastic?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eNo. The internal pockets are constructed using anti-stick, archival-safe PVC materials. Your registration and printed insurance cards will slide out cleanly, with no ink transfer or smudging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black \/ 1-Pack (For Single Vehicle)","offer_id":51213120340272,"sku":"0323-16528374","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2-Pack (For Multi-Car Family - Save 20%)","offer_id":51213120373040,"sku":"0323-16525952","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/d09bb57eb4718a106f1d32253013ab82.jpg?v=1774255961","url":"https:\/\/eptchn.com\/products\/six-pocket-car-document-wallet","provider":"Eptchn","version":"1.0","type":"link"}