{"product_id":"egh32-pro","title":"EGH32 PRO-Elegoal-Gaming headset","description":"\u003cstyle\u003e\n    \/* 基础样式保持不变 *\/\n    .ws {\n        --acc: #ff6b00;\n        --rad: 20px;\n        --pad: clamp(20px, 3.6vw, 48px); \/* 文案内边距 *\/\n        --maxw: 1600px; \/* 最大内容宽度 *\/\n        --imgH: clamp(340px, 42vw, 640px); \/* 图片自适应高度（更宽时不过高） *\/\n        --sh: 0 12px 28px rgba(0, 0, 0, .08);\n        font: 16px\/1.6 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    .ws * {\n        box-sizing: border-box;\n    }\n\n    \/* 容器：父容器内100%宽，居中 *\/\n    .ws .cus_container {\n        width: 100%;\n        max-width: var(--maxw);\n        margin: 0 auto;\n        padding: 0 clamp(12px, 2.5vw, 28px);\n    }\n\n    \/* 卡片：上下结构，轻阴影+细描边 *\/\n    .ws .cus_section {\n        display: flex;\n        flex-wrap: wrap;\n        background: #fff;\n        margin: 40px 0;\n        border-radius: var(--rad);\n        box-shadow: var(--sh);\n        border: 1px solid rgba(0, 0, 0, .06);\n        overflow: hidden;\n        position: relative;\n    }\n\n    .ws .cus_section:before {\n        content: \"\";\n        position: absolute;\n        inset: -1px;\n        border-radius: inherit;\n        padding: 1px;\n        background: linear-gradient(180deg, rgba(255, 107, 0, .28), transparent 42%),\n            radial-gradient(420px 140px at 8% -10%, rgba(255, 255, 255, .35), transparent 60%),\n            radial-gradient(420px 140px at 92% -10%, rgba(255, 255, 255, .25), transparent 60%);\n        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);\n        -webkit-mask-composite: xor;\n        mask-composite: exclude;\n        pointer-events: none;\n    }\n\n    \/* 媒体：整图可见，不裁切不遮字 *\/\n    .ws .image-container {\n        flex: 1;\n        height: var(--imgH);\n        min-height: unset;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        background: radial-gradient(110% 80% at 50% 0, #f7f9fb, transparent 60%) #f2f4f7;\n        border-bottom: 1px solid rgba(0, 0, 0, .06);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .ws .image-container img {\n        max-width: 100%;\n        max-height: 100%;\n        width: auto;\n        height: auto;\n        object-fit: contain;\n        object-position: center;\n        display: block;\n        transition: transform .35s ease;\n    }\n\n    .ws .cus_section:hover .image-container img {\n        transform: scale(1.01);\n    }\n\n    .ws .image-badge {\n        position: absolute;\n        top: clamp(14px, 2.6vw, 22px);\n        left: clamp(16px, 3vw, 24px);\n        padding: .55em 1.1em;\n        background: linear-gradient(135deg, var(--acc), #ff8a37);\n        color: #fff;\n        font-weight: 700;\n        border-radius: 12px;\n        letter-spacing: .3px;\n        text-transform: uppercase;\n        box-shadow: 0 8px 22px rgba(0, 0, 0, .16);\n        font-size: .95rem;\n    }\n\n    \/* 文案：稳定排版（标题自适应） *\/\n    .ws .description-container {\n        flex: 1;\n        padding: var(--pad);\n        box-sizing: border-box;\n        min-height: auto;\n        display: block;\n    }\n\n    .ws .products_des {\n        max-width: 960px;\n        margin: 0 auto;\n    }\n\n    .ws .products_des h1 {\n        font-size: clamp(28px, 4.8vw, 46px);\n        line-height: 1.15;\n        margin: 0 0 .6em;\n        color: #000;\n        position: relative;\n        padding-left: 26px;\n        font-weight: 800;\n        letter-spacing: .2px;\n    }\n\n    .ws .products_des h1::before {\n        content: \"\";\n        position: absolute;\n        left: 0;\n        top: .58em;\n        width: 10px;\n        height: 10px;\n        background-color: var(--acc);\n        border-radius: 50%;\n    }\n\n    .ws .products_des .product-type {\n        font-size: 1.25rem;\n        color: var(--acc);\n        font-weight: 700;\n        margin: .3em 0 1.1em;\n    }\n\n    \/* 规格：两列自适应，避免强制 min-width 挤乱 *\/\n    .ws .spec-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 10px 22px;\n    }\n\n    .ws .spec-list li {\n        display: block;\n        position: relative;\n        padding-left: 1.1em;\n        font-size: 1.05rem;\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    .ws .spec-list li:before {\n        content: \"•\";\n        position: absolute;\n        left: 0;\n        top: .1em;\n        color: var(--acc);\n        font-weight: 800;\n    }\n\n    .ws .spec-list li strong {\n        min-width: auto;\n        color: #000;\n        display: inline;\n    }\n\n    \/* 颜色选择器（黑\/白\/紫） *\/\n    .ws #color-selector {\n        margin-top: 28px;\n    }\n\n    .ws #color-selector\u003espan {\n        display: block;\n        font-weight: 700;\n        margin-bottom: 10px;\n    }\n\n    .ws #color-options {\n        display: flex;\n        gap: 12px;\n        margin: 8px 0 10px;\n    }\n\n    .ws .color-swatch {\n        width: 45px !important;\n        height: 45px !important;\n        border-radius: 50% !important;\n        display: inline-block !important;\n        cursor: pointer !important;\n        box-shadow: 0 0 0 1px #ddd !important;\n        transition: transform .2s, box-shadow .2s !important;\n        overflow: hidden !important;\n        position: relative !important;\n    }\n\n    .ws .color-swatch.black {\n        background: #000 !important;\n        border: 2px solid #000 !important;\n    }\n\n    .ws .color-swatch.white {\n        background: #fff !important;\n        border: 2px solid #999 !important;\n    }\n\n    .ws .color-swatch.purple {\n        background: #8a2be2 !important;\n        border: 2px solid #8a2be2 !important;\n    }\n\n    .ws .color-swatch:hover {\n        transform: scale(1.06);\n        box-shadow: 0 0 0 2px #fff, 0 0 0 6px var(--acc);\n    }\n\n    .ws .color-names {\n        display: flex;\n        gap: 20px;\n        margin-left: 5px;\n        font-size: .95rem;\n        color: #555;\n    }\n\n    \/* 无障碍隐藏工具类 *\/\n    .ws .sr {\n        position: absolute;\n        width: 1px;\n        height: 1px;\n        padding: 0;\n        margin: -1px;\n        overflow: hidden;\n        clip: rect(0, 0, 0, 0);\n        white-space: nowrap;\n        border: 0;\n    }\n\n    \/* 移动端与系统偏好 *\/\n    @media (max-width: 768px) {\n        .ws .cus_section {\n            border-radius: 12px;\n        }\n\n        .ws .image-badge {\n            font-size: .9rem;\n            padding: .5em 1em;\n        }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n        .ws * {\n            transition: none !important;\n            animation: none !important;\n        }\n    }\n\n    @media (prefers-color-scheme: dark) {\n        .ws .cus_section {\n            background: #0f1115;\n            border-color: #1c1e24;\n        }\n\n        .ws .products_des h1,\n        .ws .spec-list li,\n        .ws .color-names {\n            color: #e9eef4;\n        }\n\n        .ws .products_des .product-type {\n            color: #ffa366;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"ws\"\u003e\n\u003cdiv class=\"cus_container\"\u003e\n\u003cdiv class=\"cus_section\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv class=\"image-badge\"\u003eWIRELESS SPEAKER\u003c\/div\u003e\n\u003cimg alt=\"Wireless speaker with charging base and transmitter product image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0652\/4469\/2568\/files\/14.webp?v=1755347951\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"products_des\"\u003e\n\u003ch1\u003eWireless Speaker\u003c\/h1\u003e\n\u003cdiv class=\"product-type\"\u003eType: wireless (Charging Base with wireless transmitter)\u003c\/div\u003e\n\u003ch2 class=\"sr\"\u003eSpecifications\u003c\/h2\u003e\n\u003cul class=\"spec-list\" role=\"list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFunctional Mode:\u003c\/strong\u003e 2.4G\/BT\/USB\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpeaker Diameter\/Impedance:\u003c\/strong\u003e Φ50MM \/ 32Ω±15%\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpeaker Sensitivity\/Frequency response:\u003c\/strong\u003e 112dB±3dB \/ 20Hz-20kHz\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMax Load Power:\u003c\/strong\u003e 30mW\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeadphone Sensitivity\/Mic frequency response:\u003c\/strong\u003e 99dB±3dB \/ 100Hz-10KHz\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMic Spec.\/Sensitivity\/Impedance:\u003c\/strong\u003e Φ6.0×2.7mm \/ -36±3dB \/ 2.2KΩ\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBattery (with NTC):\u003c\/strong\u003e 3.7V\/800mAh\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlay Time:\u003c\/strong\u003e 22H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCharging Time:\u003c\/strong\u003e 3H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e ABS\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConnection Method:\u003c\/strong\u003e Wireless USB Transceiver \/ Type-C Analog\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct Size\/Weight:\u003c\/strong\u003e 188×95×195mm；290g\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e black\/white\/purple\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 颜色选择：黑\/白\/紫 --\u003e\n\u003cdiv id=\"color-selector\"\u003e\n\u003cspan\u003eAvailable Colors:\u003c\/span\u003e\n\u003cdiv id=\"color-options\"\u003e\n\u003cdiv aria-label=\"Black color option\" title=\"Black\" class=\"color-swatch black\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-names\"\u003e\n\u003cspan\u003eBlack\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ELE-Gaming","offers":[{"title":"black\/white\/purple","offer_id":43127346659416,"sku":"EGH32 PRO","price":129.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0652\/4469\/2568\/files\/14.webp?v=1755347951","url":"https:\/\/www.elegoal.com\/ar\/products\/egh32-pro","provider":"Elegoal","version":"1.0","type":"link"}