{"product_id":"textured-pu-leather-case","title":"Textured PU Leather Case","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Premium Tech\/Audio Accessory (Earbud Case Holder)\nTarget Audience: Commuters, Travelers, Gym-goers, Office Workers\nVisual Style: Sleek, Functional, Premium Accessory\nColor Strategy: Deep Leather Tan accent with Clean Modern Grays and Crisp White background to emphasize the PU leather texture.\nShape Strategy: Radius 16px (Balancing structured protection with soft-touch material)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 32-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks)\nImage Mapping: Hero=image_1, Material=image_2, Function=image_3, Application=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #1C1E21;\n      --accent: #C19A6B; \/* Leather Tan Accent *\/\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-alt: #F3F4F6;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E5E7EB;\n      \n      \/* Base Settings *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\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      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Badges (Non-interactive) *\/\n    .pd-badge {\n      display: inline-block;\n      background-color: var(--bg-alt);\n      color: var(--accent);\n      font-size: 16px;\n      font-weight: 700;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .pd-social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      background: var(--bg-card);\n      padding: 0.75rem 1.25rem;\n      border-radius: var(--radius-md);\n      margin-top: 1rem;\n    }\n\n    \/* Image Protocol (Scheme A \u0026 Placeholders) *\/\n    .pd-img-wrapper {\n      width: 100%;\n      background: var(--bg-card);\n      border: 2px dashed #D1D5DB;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      aspect-ratio: 1 \/ 1; \/* Used strictly for the placeholder visualization to prevent layout collapse *\/\n      position: relative;\n    }\n\n    .pd-img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n    }\n\n    .pd-placeholder-text {\n      position: absolute;\n      font-size: 18px;\n      color: #6B7280;\n      font-weight: 600;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Layout Spacing *\/\n    .pd-section {\n      margin-top: clamp(3rem, 6vw, 5rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      margin-top: clamp(2rem, 4vw, 4rem);\n    }\n\n    .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 4vw, 3rem) auto;\n    }\n\n    \/* Z-Pattern Feature Modules (Mobile Order Lock enforced) *\/\n    .pd-feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(4rem, 8vw, 6rem);\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      width: 100%;\n    }\n\n    \/* Mobile ordering lock: Image ALWAYS on top *\/\n    .pd-feature-media {\n      order: -1;\n    }\n\n    .pd-feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Desktop Enhancement *\/\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      \/* Remove mobile order lock on desktop to allow Z-pattern *\/\n      .pd-feature-media {\n        order: 0;\n      }\n      .pd-feature-media,\n      .pd-feature-copy {\n        width: 50%;\n      }\n      .pd-hero-layout {\n        display: flex;\n        align-items: center;\n        text-align: left;\n        gap: clamp(2rem, 5vw, 4rem);\n      }\n      .pd-hero-copy {\n        margin: 0;\n        width: 50%;\n      }\n      .pd-hero-media {\n        width: 50%;\n      }\n      .pd-social-proof {\n        justify-content: flex-start;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-specs-title {\n      text-align: center;\n      margin-bottom: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n\n    \/* Desktop Table Styles *\/\n    @media (min-width: 768px) {\n      .pd-table th,\n      .pd-table td {\n        padding: 1.25rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table th {\n        font-weight: 700;\n        color: var(--primary);\n        width: 35%;\n        background-color: var(--bg-alt);\n      }\n      .pd-table tr:last-child td,\n      .pd-table tr:last-child th {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Table Strategy: Card-based Layout *\/\n    @media (max-width: 767px) {\n      .pd-table, \n      .pd-table thead, \n      .pd-table tbody, \n      .pd-table th, \n      .pd-table td, \n      .pd-table tr { \n        display: block; \n        width: 100%; \n      }\n      \n      .pd-table thead { \n        display: none; \n      }\n      \n      .pd-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 1rem;\n        background: var(--bg-body);\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .pd-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.5rem 0;\n        border: none;\n        color: var(--text-sub);\n      }\n\n      .pd-table td:not(:last-child) {\n        border-bottom: 1px dashed var(--border-color);\n      }\n      \n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.25rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-container {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-faq-q {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 0.75rem 0;\n    }\n\n    .pd-faq-a {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero pd-hero-layout\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003ePremium Travel Accessory\u003c\/div\u003e\n\n\u003ch1\u003eUltimate Protection for Your Earbuds\u003c\/h1\u003e\n\n\u003ch2\u003eCrafted from textured PU leather with a secure metal keychain—designed for commuters, travelers, and fitness enthusiasts.\u003c\/h2\u003e\n\n\u003cp\u003eKeep your essential audio gear safe from scratches, dust, and impacts without adding bulk to your everyday carry.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e Trusted by 10,000+ Customers\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330174156\/7d77eab1ccbe1f6c58a43784621035ef.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 pd-feature-list\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eDurable \u0026amp; Elegant PU Leather\u003c\/h3\u003e\n\n\u003cp\u003eCrafted with premium textured PU leather, this case is highly durable yet remarkably flexible. The soft-touch exterior provides a firm grip while safeguarding your earbuds against daily scratches, accidental bumps, and everyday wear and tear.\u003c\/p\u003e\n\n\u003cp\u003eLightweight by design, it ensures effortless portability without adding unnecessary bulk to your pockets.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330174156\/bd4d55fa94a6f3633650e559bdb35a08.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-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eTotal Defense \u0026amp; Smart Storage\u003c\/h3\u003e\n\n\u003cp\u003eFeaturing an easy-to-use, sturdy wrap-around zipper, this case ensures your earbuds stay securely enclosed. It effectively shields your tech from dust, unexpected splashes, and sweat during intense workouts, prolonging their lifespan.\u003c\/p\u003e\n\n\u003cp\u003eInternally, a thoughtfully designed mesh pocket keeps your charging cables and small accessories perfectly organized.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330174156\/15de905b7d77f0184b45688f5e37746c.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-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eBuilt for the Journey\u003c\/h3\u003e\n\n\u003cp\u003eFrom daily office commutes to rugged outdoor adventures, your earbuds are always within reach. The heavy-duty metal keychain buckle allows you to conveniently clip the case to your backpack, belt loop, or gym bag.\u003c\/p\u003e\n\n\u003cp\u003eSay goodbye to misplaced earbuds and enjoy peace of mind wherever your day takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330174156\/7050af7de0b10c974622447d7073acdf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-specs\"\u003e\n\u003ch2 class=\"pd-specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\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=\"Dimensions\"\u003e28 x 55 x 100 mm (1.1 x 2.2 x 3.9 inches)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eCompact size ensures a perfect fit in your palm or pocket.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Exterior Material\"\u003ePremium Textured PU Leather\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eDurable, flexible, lightweight, and scratch-resistant.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Closure Type\"\u003eWrap-around Zipper\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eSturdy and smooth, protecting against dust, splashes, and sweat.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Internal Organization\"\u003eBuilt-in Mesh Pocket\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eSecurely holds charging cables, ear tips, or small accessories.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Portability Feature\"\u003eMetal Keychain Buckle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eEasily attaches to bags, belts, or keys to prevent loss.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ideal Applications\"\u003eDaily \u0026amp; Active Use\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003ePerfect for commuting, gym sessions, outdoor travel, and office use.\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 pd-faq-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eWill this case fit my specific brand of earbuds?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eMeasuring 28 x 55 x 100 mm (1.1 x 2.2 x 3.9 inches), this holder is universally designed to fit most standard wired earbuds and compact wireless charging cases. We recommend checking your specific earbud dimensions before purchase to ensure a perfect fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eIs the PU leather exterior water-resistant?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eYes! The premium textured PU leather combined with the sturdy wrap-around zipper provides excellent protection against daily splashes, light rain, and workout sweat, keeping your inner contents dry and clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eCan I store other small items inside?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eAbsolutely. The built-in internal mesh pocket is specifically designed to keep your charging cables, replacement ear tips, SD cards, or other tiny accessories neatly organized alongside your earbuds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black","offer_id":45426186715327,"sku":"0401-15297630","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":45426186748095,"sku":"0401-15290727","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":45426186780863,"sku":"0401-15295686","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Burgundy","offer_id":45426186813631,"sku":"0401-15296022","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":45426186846399,"sku":"0401-15290940","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":45426186879167,"sku":"0401-15296536","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":45426186911935,"sku":"0401-15297258","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":45426186944703,"sku":"0401-15299646","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/7d77eab1ccbe1f6c58a43784621035ef.jpg?v=1775028630","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/textured-pu-leather-case","provider":"Bak","version":"1.0","type":"link"}