{"product_id":"egh80","title":"EGH80-Elegoal-Gaming headset","description":"\u003cstyle\u003e\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: 22px\/1.8 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; \/* 增加字体大小 *\/\n}\n\n.ws * {\n  box-sizing: border-box;\n}\n\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.ws .cus_section {\n  display: block;\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%), radial-gradient(420px 140px at 8% -10%, rgba(255, 255, 255, .35), transparent 60%), 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.ws .image-container {\n  width: 100%;\n  height: auto;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  background-color: #fff; \/* 背景设置为白色 *\/\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: 80vh; \/* 限制图片最大高度，避免遮挡 *\/\n  width: auto;\n  height: auto;\n  object-fit: contain;\n  object-position: center;\n  display: block;\n  transition: none; \/* 去除放大效果 *\/\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: 1.1rem;\n}\n\n.ws .description-container {\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(40px, 5vw, 55px);\n  line-height: 1.2;\n  margin: 0 0 .8em;\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: 12px;\n  height: 12px;\n  background-color: var(--acc);\n  border-radius: 50%;\n}\n\n.ws .products_des .product-type {\n  font-size: 1.5rem;\n  color: var(--acc);\n  font-weight: 700;\n  margin: .3em 0 1.2em;\n}\n\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(280px, 1fr)); \/* 使文本排布更加整齐 *\/\n  gap: 20px 40px; \/* 加大间距，避免文本拥挤 *\/\n}\n\n.ws .spec-list li {\n  display: block;\n  position: relative;\n  padding-left: 1.1em;\n  font-size: 1.3rem; \/* 增大字体 *\/\n  line-height: 2;\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.ws #color-selector {\n  margin-top: 30px;\n}\n\n.ws #color-selector \u003e span {\n  display: block;\n  font-weight: 700;\n  margin-bottom: 15px;\n}\n\n.ws #color-options {\n  display: flex;\n  gap: 15px;\n  margin: 8px 0 15px;\n}\n\n.ws .color-swatch {\n  width: 55px;\n  height: 55px;\n  border-radius: 50%;\n  display: inline-block;\n  cursor: pointer;\n  box-shadow: 0 0 0 1px #ddd;\n  transition: transform .2s, box-shadow .2s;\n}\n\n.ws .color-swatch.black {\n  background: #000;\n  border: 2px solid #000;\n}\n\n.ws .color-swatch.white {\n  background: #fff;\n  border: 2px solid #999;\n}\n\n.ws .color-swatch:hover {\n  transform: scale(1.08);\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: 25px;\n  margin-left: 5px;\n  font-size: 1.2rem;\n  color: #555;\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: .95rem;\n    padding: .5em 1em;\n  }\n\n  .ws .image-container {\n    height: auto;\n    min-height: 300px;\n  }\n\n  .ws .products_des h1 {\n    font-size: 36px;\n  }\n\n  .ws .spec-list li {\n    font-size: 1.2rem;\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  .ws .products_des h1,\n  .ws .spec-list li,\n  .ws .color-names {\n    color: #e9eef4;\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0652\/4469\/2568\/files\/4.webp?v=1755347861\" alt=\"Wireless speaker product image\"\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 (without conversion cable)\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\/750mAh\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlay Time:\u003c\/strong\u003e 20H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCharging Time:\u003c\/strong\u003e 2H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e PP+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:\u003c\/strong\u003e 197×90×201mm；245g\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e black\/white\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 class=\"color-swatch black\" title=\"Black\" aria-label=\"Black color option\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"color-swatch white\" title=\"White\" aria-label=\"White color option\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-names\"\u003e\n\u003cspan\u003eBlack\u003c\/span\u003e\u003cspan\u003eWhite\u003c\/span\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\n\u003c\/div\u003e","brand":"ELE-Gaming","offers":[{"title":"black\/white","offer_id":43127346462808,"sku":"EGH80","price":89.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0652\/4469\/2568\/files\/4.webp?v=1755347861","url":"https:\/\/www.elegoal.com\/ar\/products\/egh80","provider":"Elegoal","version":"1.0","type":"link"}