{"product_id":"vintage-leather-belt-holster","title":"Vintage Leather Belt Holster","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #5c3a21;\n      --primary-hover: #442b18;\n      --text-main: #2b2621;\n      --text-sub: #5c544d;\n      --border-color: #d6c8bc;\n      --bg-body: #ffffff;\n      --bg-card: #fdfbf7;\n      --bg-soft: #f5ede4;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 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, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Block Spacing *\/\n    .detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Typography System - Strict Rules *\/\n    .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .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      text-transform: capitalize;\n    }\n\n    .feature-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 8px 0;\n    }\n\n    .hero-subtitle,\n    .section-subtitle,\n    .feature-desc,\n    .faq-answer,\n    .spec-label,\n    .spec-value,\n    .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    .hero-subtitle {\n      margin: 0 0 24px 0;\n    }\n\n    \/* Badges \u0026 Tags *\/\n    .badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff;\n      padding: 6px 16px;\n      font-size: 18px;\n      font-weight: 600;\n      border-radius: 50px;\n      margin-bottom: 16px;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 60px 20px;\n      text-align: center;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 200px;\n      box-sizing: border-box;\n      margin-bottom: 20px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: 30px 20px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .hero-section .image-placeholder {\n      max-width: 800px;\n      margin: 24px auto 0 auto;\n    }\n\n    \/* Features Grid (Mobile Stack, Desktop Alternate Layout) *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 3rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\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    \/* Scenarios Section *\/\n    .scenarios-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 28px;\n    }\n\n    .scenarios-tags {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n      margin-top: 20px;\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 28px;\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-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value {\n      color: var(--text-sub);\n      width: 65%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 28px;\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 20px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 20px;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    \/* Desktop View Adaptations *\/\n    @media (min-width: 768px) {\n      .hero-title {\n        font-size: 22px;\n      }\n\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      .scenarios-tags {\n        grid-template-columns: repeat(4, 1fr);\n      }\n    }\n\n    \/* Mobile Responsive Tables Protection *\/\n    @media (max-width: 767px) {\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n      }\n\n      .spec-table tr {\n        padding: 12px 0;\n      }\n\n      .spec-table td {\n        display: block;\n        width: 100%;\n        padding: 4px 0;\n        box-sizing: border-box;\n        border: none;\n      }\n\n      .spec-label {\n        font-weight: 600;\n        color: var(--text-main);\n        margin-bottom: 4px;\n      }\n\n      .spec-value {\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Vertical Waist Belt Cell Phone Pouch Holster\nTarget Audience: Adult Men, Work Professionals, Construction Workers, Drivers, Hikers, Travelers\nVisual Style: Retro, rugged yet refined, structured, practical\nColor Strategy: Leather Brown and Off-White Earth Tones to match the vintage PU leather theme\nModule Order: Hero -\u003e Usage Scenarios -\u003e Feature 1 (Access Design) -\u003e Feature 2 (Material \u0026 Craftsmanship) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Scenarios=detail_7, Feature1=detail_5, Feature2=detail_3\nSpecification Data Source: None (Data extracted from product visual tags and text instructions)\nCompare Section: Not included (No direct comparison data provided in source material)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003cheader class=\"detail-section hero-section\" dy-tran-visited=\"youdao\" yd-root-id=\"10595239-e306-4e7c-8c45-5f480b371128\"\u003e\u003cspan class=\"badge\"\u003eUltimate Hands-Free Carrying\u003cfont class=\"yd-translate-container\" data-yd-source-text=\"Ultimate Hands-Free Carrying\" dy-tran-visited=\"youdao\" yd-parent-id=\"10595239-e306-4e7c-8c45-5f480b371128\"\u003e\u003cfont class=\"yd-wrapper-block yd-highlight\" dy-tran-visited=\"youdao\"\u003e终极免提携带体验\u003c\/font\u003e\u003c\/font\u003e\u003c\/span\u003e\n\u003ch1 class=\"hero-title\" dy-tran-visited=\"youdao\" yd-root-id=\"bd881273-82fc-4925-8a58-d17d3ccfd95d\"\u003eWaist Belt Cell Phone Pouch Holster\u003cfont class=\"yd-translate-container\" data-yd-source-text=\"Waist Belt Cell Phone Pouch Holster\" dy-tran-visited=\"youdao\" yd-parent-id=\"bd881273-82fc-4925-8a58-d17d3ccfd95d\"\u003e\u003cfont class=\"yd-wrapper-block yd-highlight\" dy-tran-visited=\"youdao\"\u003e腰带手机袋枪套\u003c\/font\u003e\u003c\/font\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eSecurely mount your smartphone on your belt. Perfect for daily commutes, active work environments, driving, and rugged outdoor adventures.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917091540\/99e76bbad6aae7fcbc4896fb18cbe65c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003c!-- Scenario Use Block --\u003e\n\n\u003csection class=\"detail-section scenarios-section\"\u003e\n\u003ch2 class=\"section-title\" dy-tran-visited=\"youdao\" yd-root-id=\"b600963e-ee89-44ba-9cca-1dfd83d87e38\"\u003eOne Pouch, Many Uses\u003cfont class=\"yd-translate-container\" data-yd-source-text=\"One Pouch, Many Uses\" dy-tran-visited=\"youdao\" yd-parent-id=\"b600963e-ee89-44ba-9cca-1dfd83d87e38\"\u003e\u003cfont class=\"yd-wrapper-block yd-highlight\" dy-tran-visited=\"youdao\"\u003e一个口袋，多种用途\u003c\/font\u003e\u003c\/font\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"section-subtitle\" dy-tran-visited=\"youdao\" yd-root-id=\"9e245cbd-e9fc-497f-ac90-f3beb9535440\"\u003eKeep your phone close to your body and your hands completely free during heavy tasks or movement.\u003cfont class=\"yd-translate-container\" data-yd-source-text=\"Keep your phone close to your body and your hands completely free during heavy tasks or movement.\" dy-tran-visited=\"youdao\" yd-parent-id=\"9e245cbd-e9fc-497f-ac90-f3beb9535440\"\u003e\u003cfont class=\"yd-wrapper-block yd-highlight\" dy-tran-visited=\"youdao\"\u003e在进行繁重任务或移动时，请将手机贴近身体，双手完全自由。\u003c\/font\u003e\u003c\/font\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917091540\/1c4043669770f608aef3f0622867b948.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenarios-tags\"\u003e\n\u003cspan class=\"tag\"\u003e👔 Everyday Utility\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🔧 Busy Workplaces\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🏔️ Outdoor Hiking\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🚗 Comfortable Driving\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features Section --\u003e\n\n\u003csection class=\"detail-section feature-list\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917091540\/b4a8d600be55bbd73c052de60837823a.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\u003ch3 class=\"feature-title\"\u003eMagnetic Flip Cover \u0026amp; Quick Bottom Push-Out\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeatures an extended flap cover with a hidden magnetic closure that snaps securely shut during movement. When you need your device, the bottom finger openings allow you to gently push the phone upward for quick, one-handed removal.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eMagnetic Cover\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFinger Push-Out\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917091540\/4efeeac289d3e1ec85342993fa8c8fbe.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\u003ch3 class=\"feature-title\"\u003eFlexible Elastic Sides \u0026amp; Built-In Card Slot\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe stretchable side elastic fabric panels automatically adjust to different phone thicknesses, accommodating bare phones as well as most standard cases. An integrated front card slot keeps your essential ID, cards, or folded cash safely organized.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eElastic Sides\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFront Card Pocket\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003csection class=\"detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\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 class=\"spec-label\"\u003eAvailable Sizes\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e5.0\", 5.5\", 6.3\", 7.0\" (Please measure phone with its protective case before ordering)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eMaterial Composition\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003ePremium PU Leather (Main structure) and high-elastic nylon side panels\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003eClassic Brown, Matte Black\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eMounting Style\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003eRear heavy-duty black metal belt clip\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eClosure System\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003eHidden Magnetic Flip Cover\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eStorage Capacity\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e1 main phone compartment, 1 front card\/ID slot\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- Product-Focused FAQ --\u003e\n\n\u003csection class=\"detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I choose the correct pouch size for my phone?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eMeasure the total length, width, and thickness of your phone together with its protective case. Compare the measurements to our sizes (5.0\", 5.5\", 6.3\", 7.0\") to select the best, closest fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWill the holster stretch to accommodate a thicker phone case?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The side panels are constructed from premium elastic fabric that stretches to wrap securely around slim, standard, and medium-profile phone cases.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow does the bottom opening design help with phone removal?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe open slot at the bottom allows you to use your finger to push your smartphone upward in one simple, continuous motion. This makes it quick to grab when sitting, working, or driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Vintage Brown \/ 5.0in","offer_id":46211389259967,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Vintage Brown \/ 5.5in","offer_id":46211389292735,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Vintage Brown \/ 6.3in","offer_id":46211389325503,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Vintage Brown \/ 7.0in","offer_id":46211389358271,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5.0in","offer_id":46211389391039,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5.5in","offer_id":46211389423807,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 6.3in","offer_id":46211389456575,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7.0in","offer_id":46211389489343,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3b8a883e4064921b42801190a9f53141.jpg?v=1789609474","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/vintage-leather-belt-holster","provider":"Bak","version":"1.0","type":"link"}