{"product_id":"hex-poly-reels-660ft-200m","title":"Hex Poly Reels (660ft\/200m)","description":"\u003cbody\u003e\n\n\n\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html; charset=iso-8859-1\"\u003e\n\u003ctitle\u003eHex Poly - Golden Set Tennis\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e\n\n* { box-sizing: border-box; }\nbody {\n  font-size: 13px;\n  color: #333;\n  margin: 0;\n  background: #fff;\n}\na { color: #1a6496; text-decoration: none; cursor: pointer; }\na:hover { text-decoration: underline; }\n\n\/* ── Intro ── *\/\n#intro-wrap { font-size: 13px; line-height: 1.6; margin-bottom: 8px; }\n#intro-extra-wrap {\n  overflow: hidden;\n  max-height: 0;\n  opacity: 0;\n  transition: max-height 0.45s ease, opacity 0.4s ease;\n  display: block;\n}\n#intro-extra-wrap.open { max-height: 300px; opacity: 1; }\n.toggle-link { color: #1a6496; cursor: pointer; font-size: 13px; white-space: nowrap; }\n.toggle-link:hover { text-decoration: underline; }\n\n\/* ── Level 1 Accordion ── *\/\n.acc-wrapper { background: #f5f5f5; margin-top: 4px; }\n\n.acc-header {\n  background: #e8e8e8;\n  padding: 8px 12px;\n  font-size: 13px;\n  font-weight: bold;\n  cursor: pointer;\n  color: #333;\n  user-select: none;\n  transition: background 0.2s;\n}\n.acc-header:hover { background: #ddd; }\n\n.acc-body {\n  overflow: hidden;\n  max-height: 0;\n  opacity: 0;\n  transition: max-height 0.42s ease, opacity 0.35s ease, padding 0.3s ease;\n  padding: 0 14px;\n  line-height: 1.7;\n  font-size: 13px;\n  background: #fff;\n}\n.acc-body.open       { max-height: 2000px; opacity: 1; padding: 12px 14px; }\n.acc-body.no-pad.open { padding: 5px 0; }\n\n\/* ── Level 2 Accordion (Q. questions) ── *\/\n.acc-header-l2 {\n  background: #d5d5d5;\n  padding: 7px 12px;\n  font-size: 13px;\n  font-weight: bold;\n  cursor: pointer;\n  color: #333;\n  user-select: none;\n  margin-top: 2px;\n  transition: background 0.2s;\n}\n.acc-header-l2:hover { background: #c8c8c8; }\n\n.acc-body-l2 {\n  overflow: hidden;\n  max-height: 0;\n  opacity: 0;\n  transition: max-height 0.42s ease, opacity 0.35s ease, padding 0.3s ease;\n  padding: 0 12px;\n  line-height: 1.7;\n  font-size: 13px;\n  background: #fff;\n}\n.acc-body-l2.open       { max-height: 1500px; opacity: 1; padding: 10px 12px; }\n.acc-body-l2.no-pad.open { padding: 4px 0; }\n\n\/* ── Level 3 Accordion (CASE items) ── *\/\n.acc-header-l3 {\n  background: #c2c2c2;\n  padding: 7px 12px;\n  font-size: 13px;\n  font-weight: bold;\n  cursor: pointer;\n  color: #333;\n  user-select: none;\n  margin-top: 2px;\n  transition: background 0.2s;\n}\n.acc-header-l3:hover { background: #b5b5b5; }\n\n.acc-body-l3 {\n  overflow: hidden;\n  max-height: 0;\n  opacity: 0;\n  transition: max-height 0.42s ease, opacity 0.35s ease, padding 0.3s ease;\n  padding: 0 12px;\n  line-height: 1.7;\n  font-size: 13px;\n  background: #fff;\n}\n.acc-body-l3.open { max-height: 1000px; opacity: 1; padding: 10px 12px; }\n\n\/* ── Question mark icon ── *\/\n.q-icon {\n  display: inline-block;\n  width: 13px; height: 13px;\n  background: #fff;\n  color: #a07800;\n  font-size: 9px;\n  font-weight: bold;\n  text-align: center;\n  line-height: 13px;\n  cursor: pointer;\n  margin-left: 3px;\n  vertical-align: middle;\n  border: 1px solid #a07800;\n  border-radius: 1px;\n}\n.q-icon:hover { background: #a07800; color: #fff; }\n\n\/* ── Modal Overlay ── *\/\n#modal-overlay {\n  display: none;\n  position: fixed;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: rgba(0,0,0,0);\n  z-index: 9998;\n  transition: background 0.3s ease;\n}\n#modal-overlay.visible { background: rgba(0,0,0,0.55); }\n\n\/* ── Modal Box ── *\/\n.modal-box {\n  display: none;\n  position: fixed;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -56%) scale(0.92);\n  background: #fff;\n  width: 290px;\n  max-height: 85vh;\n  overflow-y: auto;\n  padding: 20px 22px 18px 22px;\n  z-index: 9999;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.4);\n  opacity: 0;\n  transition: opacity 0.28s ease, transform 0.28s ease;\n}\n.modal-box.visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }\n\n.modal-close {\n  position: absolute;\n  top: 6px; right: 6px;\n  width: 20px; height: 20px;\n  background: #888;\n  color: #fff;\n  font-size: 13px;\n  font-weight: bold;\n  line-height: 20px;\n  text-align: center;\n  cursor: pointer;\n  border-radius: 2px;\n  user-select: none;\n}\n.modal-close:hover { background: #555; }\n\n.modal-title {\n  font-size: 15px;\n  font-weight: bold;\n  color: #222;\n  margin: 0 0 14px 0;\n  line-height: 1.4;\n  padding-right: 18px;\n}\n\n.modal-item {\n  margin-bottom: 11px;\n  font-size: 13px;\n  line-height: 1.45;\n  color: #333;\n}\n.modal-item .num {\n  color: #c8a200;\n  font-weight: bold;\n  font-style: italic;\n}\n\n.modal-qa {\n  margin-bottom: 12px;\n  font-size: 13px;\n  line-height: 1.5;\n  color: #333;\n}\n\n.modal-more-link {\n  display: block;\n  color: #c8a200;\n  font-size: 13px;\n  text-decoration: underline;\n  margin-top: 12px;\n  margin-bottom: 14px;\n}\n.modal-more-link:hover { color: #a07800; }\n\n.modal-logo {\n  text-align: center;\n  border-top: 1px solid #e5e5e5;\n  padding-top: 12px;\n  margin-top: 8px;\n}\n.modal-logo img {\n  display: block;\n  margin: 0 auto;\n  max-width: 200px;\n  height: auto;\n}\n\n\/* ── Sets purchase link ── *\/\n.gs-purchase-link {\n  display: block;\n  margin-top: 10px;\n  font-weight: bold;\n  color: #000;\n  text-decoration: underline;\n}\n\n  div#modal-hybrid {\n    max-height: 445px;\n}\n\n\u003c\/style\u003e\n\n\n\n\u003c!-- ══ INTRO TEXT ══ --\u003e\n\u003cdiv id=\"intro-wrap\"\u003e\n  \u003cspan id=\"intro-preview\"\u003eOn this page you can purchase Hex Poly in reels (one reel is eno...\u003ca class=\"toggle-link\" onclick=\"introOpen()\"\u003e more\u003c\/a\u003e\u003c\/span\u003e\n  \u003cdiv id=\"intro-extra-wrap\"\u003e\n    On this page you can purchase Hex Poly in reels (one reel is enough string for 18 racquets).\n    Hex Poly, with its hexagonal shaped cross-section will increase the spin and precision of your shots.\n    Having durability, feel and spin generation levels equivalent to much more expensive polyesters,\n    Hex Poly is a great choice for players of all levels.\n    \u003ca class=\"toggle-link\" onclick=\"introClose()\"\u003e less\u003c\/a\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══ SPECIFICATIONS ACCORDION ══ --\u003e\n\u003cdiv class=\"acc-wrapper\"\u003e\n  \u003cdiv class=\"acc-header\" onclick=\"toggleAcc('spec-body')\"\u003eSpecifications\u003c\/div\u003e\n  \u003cdiv class=\"acc-body\" id=\"spec-body\"\u003e\n    \u003cb\u003eCONSTRUCTION:\u003c\/b\u003e Co-polyester mono-filament with a hexagonal cross-section.\u003cbr\u003e\u003cbr\u003e\n    \u003cb\u003eDESCRIPTION:\u003c\/b\u003e An advanced polyester string that delivers excellent tension\n    \u003cspan class=\"q-icon\" onclick=\"openModal('modal-tension')\"\u003e?\u003c\/span\u003e\n    maintenance and durability. Its hexagonal cross-section provides tremendous spin generating bite.\n    For a softer feel, Hex Poly blends\n    \u003cspan class=\"q-icon\" onclick=\"openModal('modal-hybrid')\"\u003e?\u003c\/span\u003e\n    nicely with Classic or Synthetic Gut in the crosses.\u003cbr\u003e\u003cbr\u003e\n    \u003cb\u003eGAUGES:\u003c\/b\u003e 16L (1.28mm), 17 (1.23mm), or 18 (1.18mm) (please select desired gauge below)\n    \u003cspan class=\"q-icon\" onclick=\"openModal('modal-gauge')\"\u003e?\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n    \u003cb\u003eCOLORS:\u003c\/b\u003e Silver or White (please select desired color below)\n    \u003cspan class=\"q-icon\" onclick=\"openModal('modal-color')\"\u003e?\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n    \u003c!-- \u003cb\u003eAVAILABLE IN:\u003c\/b\u003e Sets (40ft\/12.2m) or Reels (660ft\/200m)\n    \u003cspan class=\"q-icon\" onclick=\"openModal('modal-sets-reels')\"\u003e?\u003c\/span\u003e\u003cbr\u003e --\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══ FAQ ACCORDION ══ --\u003e\n\u003cdiv class=\"acc-wrapper\"\u003e\n  \u003cdiv class=\"acc-header\" onclick=\"toggleAcc('faq-body')\"\u003e? Frequently Asked Questions\u003c\/div\u003e\n  \u003cdiv class=\"acc-body no-pad\" id=\"faq-body\"\u003e\n\n    \u003c!-- Q1: Is this string right for me? --\u003e\n    \u003cdiv class=\"acc-header-l2\" onclick=\"toggleAcc('q1-body')\"\u003eQ. Is this string right for me?\u003c\/div\u003e\n    \u003cdiv class=\"acc-body-l2 no-pad\" id=\"q1-body\"\u003e\n\n      \u003cdiv class=\"acc-header-l3\" onclick=\"toggleAcc('q1c1-body')\"\u003eCASE 1 - You've used a polyester string before and liked it:\u003c\/div\u003e\n      \u003cdiv class=\"acc-body-l3\" id=\"q1c1-body\"\u003e\n        There is a strong possibility that Hex Poly will perform well for you. Hex Poly is a fairly firm feeling co-polyester string with fantastic spin potential. Like all of Golden Set's products, Hex Poly is a high-end premium quality product with an amazing price.\u003cbr\u003e\u003cbr\u003e\n        For tension \u003cspan class=\"q-icon\" onclick=\"openModal('modal-tension')\"\u003e?\u003c\/span\u003e, start off with whatever tension has worked well for you with other polyester tennis strings.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"acc-header-l3\" onclick=\"toggleAcc('q1c2-body')\"\u003eCASE 2 - You have not tried a polyester string before:\u003c\/div\u003e\n      \u003cdiv class=\"acc-body-l3\" id=\"q1c2-body\"\u003e\n        In the absence of shock related arm problems, it is highly recommended that you give polyester tennis string a try. Whatever non-polyester string you have been using, chances are it is significantly more elastic (softer) than a polyester. Keeping this in mind, starting off with a hybrid \u003cspan class=\"q-icon\" onclick=\"openModal('modal-hybrid')\"\u003e?\u003c\/span\u003e will provide a feel that is less of a departure from what you are familiar with. More specifically, installing Hex Poly in the mains together with a softer string like Golden Set Synthetic Gut in the crosses will accomplish this. Once you have familiarized yourself with the feel of Hex Poly in a hybrid setup, and assuming you are benefitting from the increased spin and ability to swing more aggressively, transitioning to a 'full' Hex Poly setup may be the next step.\u003cbr\u003e\u003cbr\u003e\n        Go with a tension \u003cspan class=\"q-icon\" onclick=\"openModal('modal-tension')\"\u003e?\u003c\/span\u003e that is about 10% less than your non-polyester preferred tension.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"acc-header-l3\" onclick=\"toggleAcc('q1c3-body')\"\u003eCASE 3 - You've tried polyester but found it too stiff:\u003c\/div\u003e\n      \u003cdiv class=\"acc-body-l3\" id=\"q1c3-body\"\u003e\n        \u003cb\u003eBefore discounting Hex Poly as a viable option simply because it is a polyester, consider the following:\u003c\/b\u003e\u003cbr\u003e\u003cbr\u003e\n        \u003cb\u003e• Did you try the polyester by itself in a 'full' (non-hybrid \u003cspan class=\"q-icon\" onclick=\"openModal('modal-hybrid')\"\u003e?\u003c\/span\u003e) setup?\u003c\/b\u003e\u003cbr\u003e\n        'Full' polyester setups are very stiff so it is not surprising that you were discouraged. A hybrid setup involving Hex Poly in the mains and a second softer string in the crosses will yield a string bed stiffness that is significantly softer and livelier than your previous experience.\u003cbr\u003e\u003cbr\u003e\n        \u003cb\u003e• Did you use the same tension \u003cspan class=\"q-icon\" onclick=\"openModal('modal-tension')\"\u003e?\u003c\/span\u003e that you usually use for non-polyesters?\u003c\/b\u003e\u003cbr\u003e\n        Tension can play a huge factor in how stiff your string bed feels. Because polyesters are considerably stiffer than non-polyesters (excepting aramids), using a lower tension for polyester is essential to achieving a desirable feel. Generally, a 10% reduction from your favoured non-polyester tension is an excellent first guess at what is going to work best for you. If the feel is still too stiff, then drop the tension another couple of pounds for your next restring.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/q1-body --\u003e\n\n    \u003c!-- Q2: What tension? --\u003e\n    \u003cdiv class=\"acc-header-l2\" onclick=\"toggleAcc('q2-body')\"\u003eQ. What tension should I string Hex Poly at?\u003c\/div\u003e\n    \u003cdiv class=\"acc-body-l2\" id=\"q2-body\"\u003e\n      If you are already using polyester, start off with whatever tension \u003cspan class=\"q-icon\" onclick=\"openModal('modal-tension')\"\u003e?\u003c\/span\u003e has been working for you. If this is your first time using polyester, select a tension that is about 10% less than your preferred non-polyester tension.\n    \u003c\/div\u003e\n\n    \u003c!-- Q3: What gauge? --\u003e\n    \u003cdiv class=\"acc-header-l2\" onclick=\"toggleAcc('q3-body')\"\u003eQ. What gauge is going to be right for me?\u003c\/div\u003e\n    \u003cdiv class=\"acc-body-l2 no-pad\" id=\"q3-body\"\u003e\n\n      \u003cdiv class=\"acc-header-l3\" onclick=\"toggleAcc('q3c1-body')\"\u003eCASE 1 - You rarely break strings:\u003c\/div\u003e\n      \u003cdiv class=\"acc-body-l3\" id=\"q3c1-body\"\u003e\n        Going with 17, the thinner gauge \u003cspan class=\"q-icon\" onclick=\"openModal('modal-gauge')\"\u003e?\u003c\/span\u003e, will provide you with increased feel and spin. For you, durability is not a big enough concern to warrant using the thicker 16 gauge.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"acc-header-l3\" onclick=\"toggleAcc('q3c2-body')\"\u003eCASE 2 - You break strings frequently:\u003c\/div\u003e\n      \u003cdiv class=\"acc-body-l3\" id=\"q3c2-body\"\u003e\n        Going with 16 gauge \u003cspan class=\"q-icon\" onclick=\"openModal('modal-gauge')\"\u003e?\u003c\/span\u003e will maximize durability while going with 17 gauge will provide an enhanced feel along with increased spin. It is a difficult decision for a lot of players because you inevitably are forced to sacrifice either durability or performance. Something of a compromise is obtainable by installing 16 gauge in the mains and 17 gauge in the crosses. Such a hybrid \u003cspan class=\"q-icon\" onclick=\"openModal('modal-hybrid')\"\u003e?\u003c\/span\u003e combination will yield durability on par with 16 gauge as well as improved performance.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/q3-body --\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/faq-body --\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══ OVERLAY ══ --\u003e\n\u003cdiv id=\"modal-overlay\" onclick=\"closeAllModals()\"\u003e\u003c\/div\u003e\n\n\u003c!-- Modal: Tension --\u003e\n\u003cdiv class=\"modal-box\" id=\"modal-tension\"\u003e\n  \u003cdiv class=\"modal-close\" onclick=\"closeAllModals()\"\u003ex\u003c\/div\u003e\n  \u003cdiv class=\"modal-title\"\u003eTension, in the context of tennis string, is a measure of the tensile (stretching) force applied to a string as it is being installed in a racquet frame.\u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n\u003cspan class=\"num\"\u003e-1-\u003c\/span\u003e Lower Tension = More Power\u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n\u003cspan class=\"num\"\u003e-2-\u003c\/span\u003e Higher Tension = More Control\u003c\/div\u003e\n  \u003ca class=\"modal-more-link\" href=\"https:\/\/golden-set-tennis.myshopify.com\/pages\/tension-explain\"\u003emore tension info\u003c\/a\u003e\n  \u003cdiv class=\"modal-logo\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\" alt=\"Golden Set\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Modal: Hybrid --\u003e\n\u003cdiv class=\"modal-box\" id=\"modal-hybrid\"\u003e\n  \u003cdiv class=\"modal-close\" onclick=\"closeAllModals()\"\u003ex\u003c\/div\u003e\n  \u003cdiv class=\"modal-title\"\u003eHybrid \/ Blend\u003c\/div\u003e\n  \u003cdiv class=\"modal-qa\"\u003e\n    \u003cb\u003eQ: What is a hybrid \/ blend?\u003c\/b\u003e\u003cbr\u003e\n    A: A hybrid (aka blend) string installation involves the use of two different string types. Generally, one string type will be assigned to the mains exclusively while the other type is assigned to the crosses exclusively. 'MAINS' are the strings running parallel to the handle's axis. 'CROSSES' are the strings running perpendicular to the handle's axis.\n  \u003c\/div\u003e\n  \u003cdiv class=\"modal-qa\"\u003e\n    \u003cb\u003eQ: Why would I want to use a hybrid?\u003c\/b\u003e\u003cbr\u003e\n    A: To achieve performance and\/or durability characteristics that are not attainable using a single string type alone. Generally, main strings break first as they tend to move more during impact and therefore endure more abrasion than the crosses. As a consequence, usually a hybrid installation will assign a more durable (harder) string to the mains and a more playable (softer) string to the crosses. Durability may not be the primary motive though — often hybrids are chosen partially or entirely for their performance characteristics.\n  \u003c\/div\u003e\n  \u003cdiv class=\"modal-qa\"\u003e\n    \u003cb\u003eQ: How do I choose strings to use in a hybrid?\u003c\/b\u003e\u003cbr\u003e\n    A: Your game style, racquet and personal preference will all be factored into the determination of your 'ideal' string combination. Usually, some trial and error is to be expected when searching for the right combination. Keep track of the string types, tension(s) and results from each hybrid combination that you try. Don't be discouraged if the first combination you try is not quite right. Visit the Hybrid \/ Blending Guide for hybrid string selection recommendations.\n  \u003c\/div\u003e\n  \u003ca class=\"modal-more-link\" href=\"https:\/\/golden-set-tennis.myshopify.com\/pages\/string-guide-section\"\u003eClick here for more hybrid information\u003c\/a\u003e\n  \u003cdiv class=\"modal-logo\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\" alt=\"Golden Set\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Modal: Gauge --\u003e\n\u003cdiv class=\"modal-box\" id=\"modal-gauge\"\u003e\n  \u003cdiv class=\"modal-close\" onclick=\"closeAllModals()\"\u003ex\u003c\/div\u003e\n  \u003cdiv class=\"modal-title\"\u003eWhat is the 'gauge' of a string and why does it matter?\u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n\u003cspan class=\"num\"\u003e-1-\u003c\/span\u003e Thinner gauges will yield higher elasticity and greater spin potential\u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n\u003cspan class=\"num\"\u003e-2-\u003c\/span\u003e Thicker gauges are more durable and retain tension longer\u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n\u003cspan class=\"num\"\u003e-3-\u003c\/span\u003e Lower gauges are thicker than higher gauges (16 gauge is thicker than 17 gauge)\u003c\/div\u003e\n  \u003ca class=\"https:\/\/35glp9u6pkpq2nmz-99056156958.shopifypreview.com\/pages\/gauges-explained\"\u003emore gauge info\u003c\/a\u003e\n  \u003cdiv class=\"modal-logo\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\" alt=\"Golden Set\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Modal: Color --\u003e\n\u003cdiv class=\"modal-box\" id=\"modal-color\"\u003e\n  \u003cdiv class=\"modal-close\" onclick=\"closeAllModals()\"\u003ex\u003c\/div\u003e\n  \u003cdiv class=\"modal-title\"\u003eBeyond aesthetics, does the color of a tennis string matter?\u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n    Theoretically, the mechanical properties of a tennis string could be affected by the dye used to color it.\n    However, these effects are generally not significant enough to be noticed. For the vast majority of players,\n    beyond aesthetic considerations, tennis string color does not matter.\n  \u003c\/div\u003e\n  \u003cdiv class=\"modal-logo\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\" alt=\"Golden Set\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Modal: Sets vs Reels --\u003e\n\u003cdiv class=\"modal-box\" id=\"modal-sets-reels\"\u003e\n  \u003cdiv class=\"modal-close\" onclick=\"closeAllModals()\"\u003ex\u003c\/div\u003e\n  \u003cdiv class=\"modal-title\"\u003eSets versus Reels\u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n    A 40ft\/12.2m set of tennis string is an adequate length to restring almost any tennis racquet.\n    660ft\/200m reels contain a length adequate to restring approximately 18 racquets.\n  \u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n    It costs less to package, handle and transport reels and therefore, per unit length, reels are more cost\n    effective than sets. As well, when restringing from sets, usually a couple of feet of string are left over\n    (waste) since most racquets do not require an entire 40ft\/12.2m. When restringing from reels, waste can be\n    minimized by accurately measuring the required string lengths before removal.\n  \u003c\/div\u003e\n  \u003cdiv class=\"modal-item\"\u003e\n    From an ease of restringing standpoint, since it is not coiled as tightly, string taken from a reel tends\n    to be easier to handle during installation.\n  \u003c\/div\u003e\n  \u003cdiv class=\"modal-logo\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\" alt=\"Golden Set\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"text\/javascript\"\u003e\n\n  var extraWrap   = document.getElementById('intro-extra-wrap');\n  var previewSpan = document.getElementById('intro-preview');\n\n  function introOpen() {\n    previewSpan.style.display = 'none';\n    extraWrap.classList.add('open');\n  }\n\n  function introClose() {\n    extraWrap.classList.remove('open');\n    extraWrap.addEventListener('transitionend', function handler(e) {\n      if (e.propertyName === 'max-height') {\n        previewSpan.style.display = 'inline';\n        extraWrap.removeEventListener('transitionend', handler);\n      }\n    });\n  }\n\n  \/* ── Generic accordion toggle (works for all levels) ── *\/\n  function toggleAcc(id) {\n    document.getElementById(id).classList.toggle('open');\n  }\n\n  \/* ── Modals ── *\/\n  function openModal(id) {\n    closeAllModals(false);\n    var overlay = document.getElementById('modal-overlay');\n    var box     = document.getElementById(id);\n    overlay.style.display = 'block';\n    box.style.display     = 'block';\n    box.offsetHeight; \/* force reflow *\/\n    overlay.classList.add('visible');\n    box.classList.add('visible');\n  }\n\n  function closeAllModals(animate) {\n    var overlay = document.getElementById('modal-overlay');\n    var modals  = document.querySelectorAll('.modal-box');\n    if (animate === false) {\n      overlay.style.display = 'none';\n      overlay.classList.remove('visible');\n      for (var i = 0; i \u003c modals.length; i++) {\n        modals[i].style.display = 'none';\n        modals[i].classList.remove('visible');\n      }\n      return;\n    }\n    overlay.classList.remove('visible');\n    for (var i = 0; i \u003c modals.length; i++) { modals[i].classList.remove('visible'); }\n    setTimeout(function() {\n      overlay.style.display = 'none';\n      for (var j = 0; j \u003c modals.length; j++) { modals[j].style.display = 'none'; }\n    }, 300);\n  }\n\n  document.addEventListener('keydown', function(e) {\n    if (e.key === 'Escape') closeAllModals();\n  });\n\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Golden Set ","offers":[{"title":"Hex Poly 16L Reel Silver -H16RS","offer_id":50802073796894,"sku":"H16RS","price":71.31,"currency_code":"USD","in_stock":true},{"title":"Hex Poly 17 Reel Silver -H17RS","offer_id":50802073829662,"sku":"H17RS","price":71.31,"currency_code":"USD","in_stock":true},{"title":"Hex Poly 18 Reel Silver -H18RS","offer_id":50802073862430,"sku":"H18RS","price":71.31,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/X_HEXPOLY_CO-POLYESTER_TENNIS_STRING_REELS.jpg?v=1776578450","url":"https:\/\/goldensettennis.com\/products\/hex-poly-reels-660ft-200m","provider":"Golden Set ","version":"1.0","type":"link"}