{"product_id":"portable-mini-bass-speaker","title":"Portable Mini Bass Speaker","description":"\u003cstyle type=\"text\/css\"\u003e\/* Styling variables scoped to container *\/\n    .product-detail-container {\n      --primary: #2563eb;\n      --primary-hover: #1d4ed8;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-soft: #f1f5f9;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n      --border-color: #cbd5e1;\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, \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      line-height: 1.5;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Ensure no visible text goes below 18px *\/\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container .step-label {\n      font-size: 18px !important;\n      font-weight: 500;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Natural Image Styling *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      object-fit: contain;\n    }\n\n    \/* Image Placeholder Box styling *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      padding: 0;\n      border: none;\n      background-color: transparent;\n      display: block;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n    }\n\n    .product-detail-container .hero-text-box {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    .product-detail-container .badge-container {\n      margin-top: 15px;\n      display: flex;\n      justify-content: center;\n      gap: 10px;\n      flex-wrap: wrap;\n    }\n\n    .product-detail-container .badge {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      display: inline-block;\n    }\n\n    \/* Feature Items Layout *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 30px;\n      margin-bottom: 40px;\n    }\n\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      gap: 10px;\n      flex-wrap: wrap;\n      margin-top: 15px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      color: var(--text-main);\n    }\n\n    \/* Specifications Table Layout *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 40px;\n      margin: 40px 0;\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    \/* FAQ Section Accordion Style *\/\n    .product-detail-container .faq-section {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n      padding: 20px;\n    }\n\n    \/* Desktop Adjustments (Tablet \u0026 Desktop) *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 5%;\n      }\n\n      .product-detail-container .feature-media {\n        flex: 1;\n        width: 50%;\n      }\n\n      .product-detail-container .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      \/* Alternating Z-pattern for features on desktop *\/\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Safety Layout \u0026 Typography Locks *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 4%;\n      }\n\n      .product-detail-container h1,\n      .product-detail-container .hero-title {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .product-detail-container .section-title,\n      .product-detail-container .feature-title,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container span,\n      .product-detail-container li,\n      .product-detail-container td,\n      .product-detail-container .hero-subtitle,\n      .product-detail-container .feature-desc,\n      .product-detail-container .spec-value,\n      .product-detail-container .faq-answer {\n        font-size: 18px !important;\n      }\n\n      \/* Mobile layout order lock: Image first, text second *\/\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n      }\n\n      .product-detail-container .feature-media {\n        width: 100% !important;\n        order: 1;\n      }\n\n      .product-detail-container .feature-copy {\n        width: 100% !important;\n        order: 2;\n      }\n\n      \/* Table responsive rules *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .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      .product-detail-container .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        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      \/* Hide empty TD on mobile but preserve desktop structure *\/\n      .product-detail-container .spec-table td.hide-mobile {\n        display: none;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Mini Bluetooth Speaker\nTarget Audience: Outdoor travelers, desktop aesthetics enthusiasts, social party-goers\nVisual Style: Modern metallic, sleek dark\/indigo theme\nColor Strategy: Deep blues, metallic silvers, and charcoal grays to match the product's finish and creative imagery.\nModule Order: Hero -\u003e Features (1 to 4) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4, Feature4=detail_5\nSpecification Data Source: Extracted from spec_6 (SKU options) and provided texts. No specification image placeholder is rendered in the final output.\nCompare Section: Not included (No specific comparison data or ordinary vs. ours metrics provided in sources).\nInformation Boundary: Strictly relies on facts provided in the report, product images, and supplementary notes. No unverified facts or generic filler text.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-text-box\"\u003e\n\u003ch1 class=\"hero-title\"\u003eMini Bluetooth Speaker\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eImmersive 360° Sound and Powerful Bass in a Compact, Take-Anywhere Design.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eDetachable Lanyard Included\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915135533\/b1a809a682c6ccc2cfce5c50c59d57f6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915135533\/08ae577907c968c011e32dc99c7e6bab.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 class=\"feature-title\"\u003ePowerful Bass with 360° Sound Field\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEngineered with a high-performance bass diaphragm, this mini speaker delivers room-filling audio coverage. Its unique physical structure outputs sound in all directions so that everyone around shares the same balanced, immersive listening experience.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eBass Diaphragm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e360° Coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Portability \u0026 Lifestyle --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915135532\/61aec6324131744e1b712091984a122f.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 class=\"feature-title\"\u003eMusic Anywhere, Anytime\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eTake your sound with you wherever you go with our lightweight, ultra-portable speaker. Ideal for indoor social settings, outdoor dining, or desktop use, it blends seamlessly into any environment while delivering premium audio freedom.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003ePortable Design\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWireless Freedom\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Compact Size \u0026 Detachable Lanyard --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img90\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915135532\/61b2950344e9f31789dd48d0779b5ddd.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 class=\"feature-title\"\u003eCompact Size for Easy Portability\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eSmall enough to fit in your palm, this sphere-shaped speaker features a sleek metallic look and a detachable lanyard. Conveniently secure it to your backpack, gear, or wrist to effortlessly carry your soundtrack outdoors.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eDetachable Lanyard\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSphere Body\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Bluetooth 5.3 \u0026 Wide Compatibility --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img91\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915135533\/380148dc2dddd018833278f661ebf16c.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 class=\"feature-title\"\u003eBluetooth 5.3 Wide Compatibility\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with Bluetooth 5.3 technology, the speaker connects wirelessly and stably to a variety of smart devices running Android, iOS, or Windows systems.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eBluetooth 5.3\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMulti-OS Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section (Text Only, No Image Placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Connectivity\"\u003e\u003cspan class=\"spec-value\"\u003eBluetooth 5.3 (Wide compatibility across iOS, Android, and Windows)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Audio Output\"\u003e\u003cspan class=\"spec-value\"\u003e360° Surround Sound \u0026amp; Balanced Bass\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Feature\"\u003e\u003cspan class=\"spec-value\"\u003eUltra-mini spherical body, matte mesh front grill, flat base\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eBlack, Silver, Blue-Purple, Gold\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Versions\"\u003e\u003cspan class=\"spec-value\"\u003eRegular Version (Bluetooth connection only) \/ Upgraded Version (Supports TF card playback)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Accessories\"\u003e\u003cspan class=\"spec-value\"\u003eDetachable hanging lanyard\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!-- FAQ Section (Product-focused only) --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat is the difference between the Regular and Upgraded versions?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe Regular version supports high-fidelity wireless music via Bluetooth connection. The Upgraded version features an additional TF card slot, allowing you to insert an external card to play music directly without a Bluetooth connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow does the speaker attach to backpacks and gear?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe speaker has a dedicated lanyard slot at the bottom-side. It comes with a detachable lanyard that loops easily through the opening, allowing you to carry it on your wrist or hang it safely on your backpack while on the move.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat devices can I connect to this mini speaker?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe speaker utilizes Bluetooth 5.3 technology, ensuring compatibility with a wide range of Bluetooth-enabled devices. It easily pairs with mobile phones, tablets, and computers running Android, iOS, and Windows platforms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Sleek Silver \/ Standard (Bluetooth Only)","offer_id":46206247862463,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Obsidian Black \/ Standard (Bluetooth Only)","offer_id":46206247895231,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Champagne Gold \/ Standard (Bluetooth Only)","offer_id":46206247927999,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Aurora Purple \/ Standard (Bluetooth Only)","offer_id":46206247960767,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Sleek Silver \/ Pro (Bluetooth + TF Card)","offer_id":46206420385983,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Obsidian Black \/ Pro (Bluetooth + TF Card)","offer_id":46206420418751,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Champagne Gold \/ Pro (Bluetooth + TF Card)","offer_id":46206420451519,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Aurora Purple \/ Pro (Bluetooth + TF Card)","offer_id":46206420484287,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/b1a809a682c6ccc2cfce5c50c59d57f6_8da6a3cc-1ff8-4444-9730-c8ff1f6e0931.jpg?v=1789452130","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/portable-mini-bass-speaker","provider":"Bak","version":"1.0","type":"link"}