{"product_id":"soundcore-select-4-go-portable-bluetooth-speaker","title":"soundcore Select 4 Go Portable Bluetooth Speaker","description":"\u003c!-- FONT AWESOME ICONS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n.product-showcase {\n  --brand:#17BBEF;\n  --soft:#eefaff;\n  --ink:#111827;\n  --muted:#4b5563;\n  --line:#e5e7eb;\n  --white:#ffffff;\n  font-family:Arial, sans-serif;\n  color:var(--ink);\n}\n\n.product-showcase * {\n  box-sizing:border-box;\n}\n\n.product-showcase .wrap {\n  max-width:1150px;\n  margin:0 auto;\n  padding:42px 20px;\n}\n\n.product-showcase .intro {\n  max-width:920px;\n  margin:0 auto 28px;\n  text-align:center;\n}\n\n.product-showcase h2 {\n  margin:0 0 14px;\n  font-size:32px;\n  line-height:1.2;\n  color:var(--ink);\n}\n\n.product-showcase .intro p,\n.product-showcase .image-caption,\n.product-showcase .spec-card li,\n.product-showcase .closing-text {\n  color:var(--muted);\n  line-height:1.7;\n}\n\n.product-showcase .intro p {\n  margin:0;\n  font-size:15px;\n}\n\n.product-showcase .image-grid {\n  display:grid;\n  grid-template-columns:repeat(4, 1fr);\n  gap:4px;\n  margin-top:28px;\n}\n\n.product-showcase .product-image {\n  position:relative;\n  overflow:hidden;\n  min-height:260px;\n  background:var(--soft);\n}\n\n.product-showcase .product-image:first-child {\n  border-radius:16px 0 0 16px;\n}\n\n.product-showcase .product-image:last-child {\n  border-radius:0 16px 16px 0;\n}\n\n.product-showcase .product-image img {\n  width:100%;\n  height:100%;\n  min-height:260px;\n  object-fit:cover;\n  display:block;\n  transition:transform .45s ease, filter .45s ease;\n}\n\n.product-showcase .product-image::after {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:linear-gradient(to top, rgba(23,187,239,.18), rgba(23,187,239,0) 42%);\n  opacity:0;\n  transition:opacity .35s ease;\n  pointer-events:none;\n}\n\n.product-showcase .product-image:hover img {\n  transform:scale(1.06);\n  filter:brightness(.96);\n}\n\n.product-showcase .product-image:hover::after {\n  opacity:1;\n}\n\n.product-showcase .image-caption {\n  margin:24px auto 0;\n  max-width:900px;\n  text-align:center;\n  font-size:14px;\n}\n\n.product-showcase .section-heading {\n  margin:34px 0 22px;\n  text-align:center;\n  font-size:27px;\n  color:var(--ink);\n}\n\n\/* 4 SPECIFICATION TABLES *\/\n.product-showcase .spec-grid {\n  display:grid;\n  grid-template-columns:repeat(4, 1fr);\n  gap:16px;\n}\n\n.product-showcase .spec-card {\n  padding:22px;\n  border:1px solid var(--line);\n  border-radius:16px;\n  background:var(--white);\n  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;\n}\n\n.product-showcase .spec-card:hover {\n  transform:translateY(-5px);\n  border-color:var(--brand);\n  box-shadow:0 12px 28px rgba(15,23,42,.08);\n}\n\n.product-showcase .spec-title {\n  display:flex;\n  align-items:center;\n  gap:12px;\n  margin-bottom:16px;\n}\n\n.product-showcase .spec-icon {\n  width:42px;\n  height:42px;\n  border-radius:12px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-shrink:0;\n  background:var(--soft);\n  color:var(--brand);\n  font-size:18px;\n  transition:transform .3s ease;\n}\n\n.product-showcase .spec-card:hover .spec-icon {\n  transform:scale(1.08);\n}\n\n.product-showcase .spec-title h3 {\n  margin:0;\n  font-size:17px;\n  line-height:1.25;\n  color:var(--ink);\n}\n\n.product-showcase .spec-card ul {\n  margin:0;\n  padding-left:20px;\n}\n\n.product-showcase .spec-card li {\n  margin-bottom:8px;\n  font-size:14px;\n}\n\n.product-showcase .spec-card li:last-child {\n  margin-bottom:0;\n}\n\n.product-showcase .spec-card strong {\n  color:var(--ink);\n}\n\n.product-showcase .closing-box {\n  margin-top:30px;\n  padding:24px 26px;\n  border-radius:16px;\n  background:var(--soft);\n  border:1px solid transparent;\n  text-align:center;\n  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;\n}\n\n.product-showcase .closing-box:hover {\n  transform:translateY(-4px);\n  border-color:var(--brand);\n  box-shadow:0 10px 24px rgba(15,23,42,.07);\n}\n\n.product-showcase .closing-text {\n  margin:0;\n  font-size:17px;\n  font-weight:700;\n  color:var(--ink);\n}\n\n.product-showcase .spec-icon br {\n  display:none !important;\n}\n\n@media(max-width:1050px) {\n  .product-showcase .spec-grid {\n    grid-template-columns:repeat(2, 1fr);\n  }\n}\n\n@media(max-width:900px) {\n  .product-showcase .image-grid {\n    grid-template-columns:repeat(2, 1fr);\n    gap:8px;\n  }\n\n  .product-showcase .product-image,\n  .product-showcase .product-image:first-child,\n  .product-showcase .product-image:last-child {\n    border-radius:14px;\n  }\n}\n\n@media(max-width:600px) {\n  .product-showcase .wrap {\n    padding:32px 16px;\n  }\n\n  .product-showcase h2 {\n    font-size:26px;\n  }\n\n  .product-showcase .section-heading {\n    font-size:23px;\n  }\n\n  .product-showcase .image-grid {\n    grid-template-columns:1fr;\n  }\n\n  .product-showcase .spec-grid {\n    grid-template-columns:1fr;\n  }\n\n  .product-showcase .product-image,\n  .product-showcase .product-image img {\n    min-height:240px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-showcase\" style=\"--brand: #17BBEF; --soft: #eefaff;\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003ch2\u003esoundcore Select 4 Go Portable Bluetooth Speaker\u003c\/h2\u003e\n\u003cp\u003eGrab and go anywhere with the soundcore Select 4 Go, a compact portable Bluetooth speaker built for outdoor adventures, showers, camping, hiking and everyday listening. Enjoy punchy 5W sound, extended playback and a waterproof, floatable design that is ready to travel wherever your music takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-grid\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcore_Select_4_Go_1.png?v=1787080826\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcore_Select_4_Go_3.png?v=1787080826\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcore_Select_4_Go_4.png?v=1787080826\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcore_Select_4_Go_2.png?v=1787080826\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"image-caption\"\u003eCompact and outdoor-ready, the Select 4 Go combines punchy sound, up to 20 hours of playback, IP67 protection, a floatable design and an included carrying strap for music at home or on the go.\u003c\/p\u003e\n\u003ch3 class=\"section-heading\"\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003c!-- SOUND --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fa-solid fa-volume-high\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eSound \u0026amp; Playback\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpeaker Type:\u003c\/strong\u003e Portable Bluetooth speaker\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAudio Output:\u003c\/strong\u003e 5W\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSound:\u003c\/strong\u003e Powerful and punchy audio from a compact design\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStereo Support:\u003c\/strong\u003e True Wireless Stereo\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStereo Setup:\u003c\/strong\u003e Pair two Select 4 Go speakers wirelessly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- BATTERY --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fa-solid fa-battery-full\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eBattery \u0026amp; Listening\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlayback Time:\u003c\/strong\u003e Up to 20 hours\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUsage:\u003c\/strong\u003e Extended portable listening\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDesigned For:\u003c\/strong\u003e Everyday and outdoor use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePortable Listening:\u003c\/strong\u003e Suitable for long trips and outdoor activities\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMobility:\u003c\/strong\u003e Compact design for easy carrying\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- PROTECTION --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fa-solid fa-water\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProtection \u0026amp; Portability\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProtection Rating:\u003c\/strong\u003e IP67\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWater Protection:\u003c\/strong\u003e Waterproof\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDust Protection:\u003c\/strong\u003e Dustproof\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloatable:\u003c\/strong\u003e Yes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWater Immersion:\u003c\/strong\u003e Up to 3.3 ft deep for 30 minutes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIncluded:\u003c\/strong\u003e Carrying strap\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- CONNECTIVITY --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fa-brands fa-bluetooth-b\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eConnectivity \u0026amp; Features\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eWireless Bluetooth connectivity\u003c\/li\u003e\n\u003cli\u003eTrue Wireless Stereo pairing with two speakers\u003c\/li\u003e\n\u003cli\u003eDesigned for showers, camping, hiking and biking\u003c\/li\u003e\n\u003cli\u003eSuitable for beach trips, poolside use and sailing\u003c\/li\u003e\n\u003cli\u003eFloatable construction for use around water\u003c\/li\u003e\n\u003cli\u003eAvailable in multiple color options\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003cp class=\"closing-text\"\u003eWith punchy 5W sound, up to 20 hours of playback, IP67 waterproof and dustproof protection, a floatable design and True Wireless Stereo pairing, the soundcore Select 4 Go is built for portable listening from the shower and pool to camping trips, hikes and outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Anker","offers":[{"title":"Default Title","offer_id":45556602077319,"sku":"194644201258","price":70.0,"currency_code":"BZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0383\/9416\/7431\/files\/soundcoreSelect4Go-PURPLE_1.png?v=1787080793","url":"https:\/\/gs-com.bz\/products\/soundcore-select-4-go-portable-bluetooth-speaker","provider":"GS-COM","version":"1.0","type":"link"}