{"product_id":"power-cord-reels","title":"Power Cord Reels (660ft\/200m)","description":"\n\u003cstyle type=\"text\/css\"\u003e\n        * {\n            box-sizing: border-box;\n        }\n\n        body {\n            font-size: 13px;\n            color: #333;\n            margin: 0;\n            background: #fff;\n        }\n\n        a {\n            color: #1a6496;\n            text-decoration: none;\n            cursor: pointer;\n        }\n\n        a:hover {\n            text-decoration: underline;\n        }\n\n        \/* ── Intro ── *\/\n        #hfd-intro-wrap {\n            font-size: 13px;\n            line-height: 1.6;\n            margin-bottom: 8px;\n        }\n\n        #hfd-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\n        #hfd-intro-extra-wrap.open {\n            max-height: 300px;\n            opacity: 1;\n        }\n\n        .hfd-toggle-link {\n            color: #1a6496;\n            cursor: pointer;\n            font-size: 13px;\n            white-space: nowrap;\n        }\n\n        .hfd-toggle-link:hover {\n            text-decoration: underline;\n        }\n\n        \/* ── Level 1 Accordion ── *\/\n        .hfd-acc-wrapper {\n            background: #f5f5f5;\n            margin-top: 4px;\n        }\n\n        .hfd-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\n        .hfd-acc-header:hover {\n            background: #ddd;\n        }\n\n        .hfd-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\n        .hfd-acc-body.open {\n            max-height: 2000px;\n            opacity: 1;\n            padding: 12px 14px;\n        }\n\n        .hfd-acc-body.hfd-no-pad.open {\n            padding: 5px 0;\n        }\n\n        \/* ── Level 2 Accordion (Q. questions) ── *\/\n        .hfd-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\n        .hfd-acc-header-l2:hover {\n            background: #c8c8c8;\n        }\n\n        .hfd-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\n        .hfd-acc-body-l2.open {\n            max-height: 1500px;\n            opacity: 1;\n            padding: 10px 12px;\n        }\n\n        .hfd-acc-body-l2.hfd-no-pad.open {\n            padding: 4px 0;\n        }\n\n        \/* ── Level 3 Accordion (CASE items) ── *\/\n        .hfd-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\n        .hfd-acc-header-l3:hover {\n            background: #b5b5b5;\n        }\n\n        .hfd-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\n        .hfd-acc-body-l3.open {\n            max-height: 1000px;\n            opacity: 1;\n            padding: 10px 12px;\n        }\n\n        \/* ── Question mark icon ── *\/\n        .hfd-q-icon {\n            display: inline-block;\n            width: 13px;\n            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\n        .hfd-q-icon:hover {\n            background: #a07800;\n            color: #fff;\n        }\n\n        \/* ── Modal Overlay ── *\/\n        #hfd-modal-overlay {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0);\n            z-index: 9998;\n            transition: background 0.3s ease;\n        }\n\n        #hfd-modal-overlay.visible {\n            background: rgba(0, 0, 0, 0.55);\n        }\n\n        \/* ── Modal Box ── *\/\n        .hfd-modal-box {\n            display: none;\n            position: fixed;\n            top: 50%;\n            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\n        .hfd-modal-box.visible {\n            opacity: 1;\n            transform: translate(-50%, -50%) scale(1);\n        }\n\n        .hfd-modal-close {\n            position: absolute;\n            top: 6px;\n            right: 6px;\n            width: 20px;\n            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\n        .hfd-modal-close:hover {\n            background: #555;\n        }\n\n        .hfd-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        .hfd-modal-item {\n            margin-bottom: 11px;\n            font-size: 13px;\n            line-height: 1.45;\n            color: #333;\n        }\n\n        .hfd-modal-item .hfd-num {\n            color: #c8a200;\n            font-weight: bold;\n            font-style: italic;\n        }\n\n        .hfd-modal-qa {\n            margin-bottom: 12px;\n            font-size: 13px;\n            line-height: 1.5;\n            color: #333;\n        }\n\n        .hfd-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\n        .hfd-modal-more-link:hover {\n            color: #a07800;\n        }\n\n        .hfd-modal-logo {\n            text-align: center;\n            border-top: 1px solid #e5e5e5;\n            padding-top: 12px;\n            margin-top: 8px;\n        }\n\n        .hfd-modal-logo img {\n            display: block;\n            margin: 0 auto;\n            max-width: 200px;\n            height: auto;\n        }\n\n        \/* ── Sets purchase link ── *\/\n        .hfd-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#hfd-modal-hybrid {\n            max-height: 445px;\n        }\n    \u003c\/style\u003e\n\u003c!-- ══ INTRO TEXT ══ --\u003e\n\u003cdiv id=\"hfd-intro-wrap\"\u003e\n\u003cspan id=\"hfd-intro-preview\"\u003eOn this page you can purchase Power Cord in reels (one reel is e...\u003ca class=\"hfd-toggle-link\"\u003e more\u003c\/a\u003e\u003c\/span\u003e\n\u003cdiv id=\"hfd-intro-extra-wrap\"\u003eOn this page you can purchase Power Cord in reels (one reel is enough string for 18 racquets). Power Cord, by virtue of its relatively high elasticity, is an extremely comfortable and powerful polyester tennis string. With this string you will enjoy the significant spin and durability advantages of a polyester together with a livelier feel approaching that of a non-polyester. Power Cord's performance is equivalent to other industry leading 'soft' polyesters but, like all Golden Set products, available at an affordable price. \u003ca class=\"hfd-toggle-link\"\u003e less\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ SPECIFICATIONS ACCORDION ══ --\u003e\n\u003cdiv class=\"hfd-acc-wrapper\"\u003e\n\u003cdiv class=\"hfd-acc-header\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv id=\"hfd-spec-body\" class=\"hfd-acc-body\"\u003e\n\u003cb\u003eCONSTRUCTION:\u003c\/b\u003e Co-polyester mono-filament.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eDESCRIPTION:\u003c\/b\u003e An advanced co-polyester string that delivers excellent tension \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e maintenance, spin potential and durability. Composed from a specially formulated co-polyester compound that provides a more powerful and comfortable feel. Access to spin is enhanced by a proprietary surface coating. For a softer feel, Power Cord blends \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e nicely with Classic or Synthetic Gut in the crosses.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eGAUGES:\u003c\/b\u003e 16 (1.30mm), or 17 (1.25mm) (please select desired gauge below) \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cb\u003eCOLORS:\u003c\/b\u003e Amber or Dark Grey (please select desired color below) \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ FAQ ACCORDION ══ --\u003e\n\u003cdiv class=\"hfd-acc-wrapper\"\u003e\n\u003cdiv class=\"hfd-acc-header\"\u003e? Frequently Asked Questions\u003c\/div\u003e\n\u003cdiv id=\"hfd-faq-body\" class=\"hfd-acc-body hfd-no-pad\"\u003e\n\u003c!-- Q1: Is this string right for me? --\u003e\n\u003cdiv class=\"hfd-acc-header-l2\"\u003eQ. Is this string right for me?\u003c\/div\u003e\n\u003cdiv id=\"hfd-q1-body\" class=\"hfd-acc-body-l2 hfd-no-pad\"\u003e\n\u003cdiv class=\"hfd-acc-header-l3\"\u003eCASE 1 - You've used a polyester string before and liked it:\u003c\/div\u003e\n\u003cdiv id=\"hfd-q1c1-body\" class=\"hfd-acc-body-l3\"\u003ePower Cord is a relatively soft polyester tennis string. This is not to say that it feels like a multi-filament string, its still a polyester and as such has an inherently firm feel.\u003cbr\u003e\u003cbr\u003eIf you have come to enjoy the performance benefits of polyester strings but have wished for a livelier more forgiving (softer) feel, then Power Cord is a tennis string you should try.\u003cbr\u003e\u003cbr\u003eIf you have found that a 'full' (non-hybrid \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e) polyester setup is too harsh on your arm, Power Cord may be the answer. Its higher elasticity produces a livelier and softer string-bed that is easier on your arm. As far as spin generation is concerned, nothing beats a 'full' polyester setup and a 'full' Power Cord setup is no exception.\u003cbr\u003e\u003cbr\u003eFor tension \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e, start off with whatever tension has worked well for you with other polyester tennis strings.\u003c\/div\u003e\n\u003cdiv class=\"hfd-acc-header-l3\"\u003eCASE 2 - You have not tried a polyester string before:\u003c\/div\u003e\n\u003cdiv id=\"hfd-q1c2-body\" class=\"hfd-acc-body-l3\"\u003eFirst off, if hitting harder with more spin appeals to you, then you should at least try a polyester tennis string. Thanks to its softer more elastic feel, Power Cord is an ideal polyester to start off with. Transitioning from a non-polyester to a polyester string will almost invariably result in a string bed that is stiffer than you are used to. Employing a softer polyester like Power Cord will achieve a string-bed stiffness that is closer to what you are already familiar with. \u003cbr\u003e\u003cbr\u003eIn the spirit of making the transition as gradual as possible, start off with a hybrid \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e will provide a feel that is setup. Pairing Power Cord (usually in the mains) with a string like Golden Set Synthetic Gut (usually in the crosses) will achieve a string bed stiffness that is closer to what you are already comfortable with. If this works well and you are open to a further increase in stiffness, THEN try a 'full' (non-hybrid) setup with Power Cord on its own. You will find that a hybrid Power Cord setup provides impressive spin generation. Even more impressive is the spin generation of a 'full' Power Cord setup\u003cbr\u003e\u003cbr\u003eFor tension \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e, you should start off stringing a polyester at about 10% less tension than your preferred tension for non-polyester string.\u003c\/div\u003e\n\u003cdiv class=\"hfd-acc-header-l3\"\u003eCASE 3 - You've tried polyester but found it too stiff:\u003c\/div\u003e\n\u003cdiv id=\"hfd-q1c3-body\" class=\"hfd-acc-body-l3\"\u003e\n\u003cb\u003ePower Cord, with its increased elasticity, might just change your opinion of polyesters. While it shares the incredible spin generation inherent to the polyester family of tennis strings, you will find it to be noticeably softer and more lively. Going back to a non-polyester setup may be difficult after trying Power Cord.\u003cbr\u003e\u003cbr\u003eSince your avoidance of polyesters stems from their higher stiffness, you should NOT be using Power Cord on its own in a 'full' (non-hybrid \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e) setup\u003c\/b\u003e\u003cbr\u003eNor should you be stringing it at the tension you prefer for non-polyesters. A noticeably softer feel will be achieved by stringing Power Cord in a hybrid (combined with a softer string like Golden Set Velvet or Synthetic Gut) and at 10% less tension \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e than you prefer for non-polyesters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/q1-body --\u003e \u003c!-- Q2: What tension? --\u003e\n\u003cdiv class=\"hfd-acc-header-l2\"\u003eQ. What tension should I string Power Cord at?\u003c\/div\u003e\n\u003cdiv id=\"hfd-q2-body\" class=\"hfd-acc-body-l2 hfd-no-pad\"\u003e\n\u003cdiv class=\"hfd-acc-header-l3\"\u003eCASE 1 - You are trying polyester for the first time:\u003c\/div\u003e\n\u003cdiv id=\"hfd-q2c1-body\" class=\"hfd-acc-body-l3\"\u003eTake whatever tension \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e you have been using for a non-polyester and lower it by 10%. If that is still a bit too stiff, further reduce the tension for your next restring. It is often surprising how far you can lower a polyester's tension before loss of control becomes an issue.\u003c\/div\u003e\n\u003cdiv class=\"hfd-acc-header-l3\"\u003eCASE 2 - You are already using polyester:\u003c\/div\u003e\n\u003cdiv id=\"hfd-q2c2-body\" class=\"hfd-acc-body-l3\"\u003eStart off with whatever tension \u003cspan class=\"hfd-q-icon\"\u003e?\u003c\/span\u003e has worked for you with other polyesters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/q2-body --\u003e \u003c!-- Q3: What gauge? --\u003e\n\u003cdiv class=\"hfd-acc-header-l2\"\u003eQ. What gauge is going to be right for me?\u003c\/div\u003e\n\u003cdiv id=\"hfd-q3-body\" class=\"hfd-acc-body-l2 hfd-no-pad\"\u003e\n\u003cdiv class=\"hfd-acc-header-l3\"\u003eCASE 1 - You rarely break strings:\u003c\/div\u003e\n\u003cdiv id=\"hfd-q3c1-body\" class=\"hfd-acc-body-l3\"\u003eGoing with 17, the thinner gauge \u003cspan class=\"hfd-q-icon\"\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.\u003c\/div\u003e\n\u003cdiv class=\"hfd-acc-header-l3\"\u003eCASE 2 - You break strings frequently:\u003c\/div\u003e\n\u003cdiv id=\"hfd-q3c2-body\" class=\"hfd-acc-body-l3\"\u003eGoing with 16 gauge \u003cspan class=\"hfd-q-icon\"\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=\"hfd-q-icon\"\u003e?\u003c\/span\u003e combination will yield durability on par with 16 gauge as well as improved performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/q3-body --\u003e\n\u003c\/div\u003e\n\u003c!-- \/faq-body --\u003e \u003c!-- ══ OVERLAY ══ --\u003e\n\u003cdiv id=\"hfd-modal-overlay\"\u003e\u003c\/div\u003e\n\u003c!-- Modal: Tension --\u003e\n\u003cdiv id=\"hfd-modal-tension\" class=\"hfd-modal-box\"\u003e\n\u003cdiv class=\"hfd-modal-close\"\u003ex\u003c\/div\u003e\n\u003cdiv class=\"hfd-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=\"hfd-modal-item\"\u003e\n\u003cspan class=\"hfd-num\"\u003e-1-\u003c\/span\u003e Lower Tension = More Power\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-item\"\u003e\n\u003cspan class=\"hfd-num\"\u003e-2-\u003c\/span\u003e Higher Tension = More Control\u003c\/div\u003e\n\u003ca href=\"https:\/\/golden-set-tennis.myshopify.com\/pages\/tension-explain\" class=\"hfd-modal-more-link\"\u003emore tension info\u003c\/a\u003e\n\u003cdiv class=\"hfd-modal-logo\"\u003e\u003cimg alt=\"Golden Set\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Modal: Hybrid --\u003e\n\u003cdiv id=\"hfd-modal-hybrid\" class=\"hfd-modal-box\"\u003e\n\u003cdiv class=\"hfd-modal-close\"\u003ex\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-title\"\u003eHybrid \/ Blend\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-qa\"\u003e\n\u003cb\u003eQ: What is a hybrid \/ blend?\u003c\/b\u003e\u003cbr\u003eA: 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.\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-qa\"\u003e\n\u003cb\u003eQ: Why would I want to use a hybrid?\u003c\/b\u003e\u003cbr\u003eA: 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.\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-qa\"\u003e\n\u003cb\u003eQ: How do I choose strings to use in a hybrid?\u003c\/b\u003e\u003cbr\u003eA: 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.\u003c\/div\u003e\n\u003ca href=\"https:\/\/4mblek1rh6qlmh90-99056156958.shopifypreview.com\/pages\/string-guide-section\" class=\"hfd-modal-more-link\"\u003eClick here for more hybrid information\u003c\/a\u003e\n\u003cdiv class=\"hfd-modal-logo\"\u003e\u003cimg alt=\"Golden Set\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Modal: Gauge --\u003e\n\u003cdiv id=\"hfd-modal-gauge\" class=\"hfd-modal-box\"\u003e\n\u003cdiv class=\"hfd-modal-close\"\u003ex\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-title\"\u003eWhat is the 'gauge' of a string and why does it matter?\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-item\"\u003e\n\u003cspan class=\"hfd-num\"\u003e-1-\u003c\/span\u003e Thinner gauges will yield higher elasticity and greater spin potential\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-item\"\u003e\n\u003cspan class=\"hfd-num\"\u003e-2-\u003c\/span\u003e Thicker gauges are more durable and retain tension longer\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-item\"\u003e\n\u003cspan class=\"hfd-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:\/\/golden-set-tennis.myshopify.com\/pages\/gauges-explained\"\u003emore gauge info\u003c\/a\u003e\n\u003cdiv class=\"hfd-modal-logo\"\u003e\u003cimg alt=\"Golden Set\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Modal: Color --\u003e\n\u003cdiv id=\"hfd-modal-color\" class=\"hfd-modal-box\"\u003e\n\u003cdiv class=\"hfd-modal-close\"\u003ex\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-title\"\u003eBeyond aesthetics, does the color of a tennis string matter?\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-item\"\u003eTheoretically, the mechanical properties of a tennis string could be affected by the dye used to color it. However, these effects are generally not significant enough to be noticed. For the vast majority of players, beyond aesthetic considerations, tennis string color does not matter.\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-logo\"\u003e\u003cimg alt=\"Golden Set\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Modal: Sets vs Reels --\u003e\n\u003cdiv id=\"hfd-modal-sets-reels\" class=\"hfd-modal-box\"\u003e\n\u003cdiv class=\"hfd-modal-close\"\u003ex\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-title\"\u003eSets versus Reels\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-item\"\u003eA 40ft\/12.2m set of tennis string is an adequate length to restring almost any tennis racquet. 660ft\/200m reels contain a length adequate to restring approximately 18 racquets.\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-item\"\u003eIt costs less to package, handle and transport reels and therefore, per unit length, reels are more cost effective than sets. As well, when restringing from sets, usually a couple of feet of string are left over (waste) since most racquets do not require an entire 40ft\/12.2m. When restringing from reels, waste can be minimized by accurately measuring the required string lengths before removal.\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-item\"\u003eFrom an ease of restringing standpoint, since it is not coiled as tightly, string taken from a reel tends to be easier to handle during installation.\u003c\/div\u003e\n\u003cdiv class=\"hfd-modal-logo\"\u003e\u003cimg alt=\"Golden Set\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/WEB_2.0_LOGO_WITH_SLOGAN_400_PX_WIDE.jpg?v=1776848542\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n    \/* =========================\n       INTRO TOGGLE\n    ========================== *\/\n\n    var extraWrap = document.getElementById('hfd-intro-extra-wrap');\n    var previewSpan = document.getElementById('hfd-intro-preview');\n\n    function introOpen() {\n\n        previewSpan.style.display = 'none';\n        extraWrap.classList.add('open');\n\n    }\n\n    function introClose() {\n\n        extraWrap.classList.remove('open');\n\n        setTimeout(function () {\n\n            previewSpan.style.display = 'inline';\n\n        }, 400);\n\n    }\n\n    document.querySelectorAll('.hfd-toggle-link').forEach(function(link) {\n\n        link.addEventListener('click', function (e) {\n\n            e.preventDefault();\n            e.stopPropagation();\n\n            if (extraWrap.classList.contains('open')) {\n\n                introClose();\n\n            } else {\n\n                introOpen();\n\n            }\n\n        });\n\n    });\n\n    \/* =========================\n       ACCORDIONS\n    ========================== *\/\n\n    function toggleAccordion(body) {\n\n        if (!body) return;\n\n        body.classList.toggle('open');\n\n    }\n\n    \/* LEVEL 1 *\/\n    document.querySelectorAll('.hfd-acc-header').forEach(function(header) {\n\n        header.addEventListener('click', function (e) {\n\n            e.preventDefault();\n            e.stopPropagation();\n\n            var body = header.nextElementSibling;\n\n            toggleAccordion(body);\n\n        });\n\n    });\n\n    \/* LEVEL 2 *\/\n    document.querySelectorAll('.hfd-acc-header-l2').forEach(function(header) {\n\n        header.addEventListener('click', function (e) {\n\n            e.preventDefault();\n            e.stopPropagation();\n\n            var body = header.nextElementSibling;\n\n            toggleAccordion(body);\n\n        });\n\n    });\n\n    \/* LEVEL 3 *\/\n    document.querySelectorAll('.hfd-acc-header-l3').forEach(function(header) {\n\n        header.addEventListener('click', function (e) {\n\n            e.preventDefault();\n            e.stopPropagation();\n\n            var body = header.nextElementSibling;\n\n            toggleAccordion(body);\n\n        });\n\n    });\n\n    \/* =========================\n       MODALS\n    ========================== *\/\n\n    function openModal(id) {\n\n        closeAllModals(false);\n\n        var overlay = document.getElementById('hfd-modal-overlay');\n        var box = document.getElementById(id);\n\n        if (!overlay || !box) return;\n\n        overlay.style.display = 'block';\n        box.style.display = 'block';\n\n        setTimeout(function () {\n\n            overlay.classList.add('visible');\n            box.classList.add('visible');\n\n        }, 10);\n\n    }\n\n    function closeAllModals(animate = true) {\n\n        var overlay = document.getElementById('hfd-modal-overlay');\n        var modals = document.querySelectorAll('.hfd-modal-box');\n\n        if (!overlay) return;\n\n        if (animate === false) {\n\n            overlay.style.display = 'none';\n            overlay.classList.remove('visible');\n\n            modals.forEach(function(modal) {\n\n                modal.style.display = 'none';\n                modal.classList.remove('visible');\n\n            });\n\n            return;\n\n        }\n\n        overlay.classList.remove('visible');\n\n        modals.forEach(function(modal) {\n\n            modal.classList.remove('visible');\n\n        });\n\n        setTimeout(function () {\n\n            overlay.style.display = 'none';\n\n            modals.forEach(function(modal) {\n\n                modal.style.display = 'none';\n\n            });\n\n        }, 300);\n\n    }\n\n    \/* =========================\n       QUESTION ICON MODALS\n    ========================== *\/\n\n    var qIcons = document.querySelectorAll('.hfd-q-icon');\n\n    qIcons.forEach(function(icon, index) {\n\n        icon.addEventListener('click', function (e) {\n\n            e.preventDefault();\n            e.stopPropagation();\n            e.stopImmediatePropagation();\n\n            switch(index) {\n\n                \/* TENSION *\/\n                case 0:\n                case 5:\n                case 10:\n                case 11:\n\n                    openModal('hfd-modal-tension');\n                    break;\n\n                \/* HYBRID *\/\n                case 1:\n                case 6:\n                case 8:\n                case 13:\n\n                    openModal('hfd-modal-hybrid');\n                    break;\n\n                \/* GAUGE *\/\n                case 2:\n                case 12:\n\n                    openModal('hfd-modal-gauge');\n                    break;\n\n                \/* COLOR *\/\n                case 3:\n\n                    openModal('hfd-modal-color');\n                    break;\n\n                default:\n                    break;\n\n            }\n\n        });\n\n    });\n\n    \/* =========================\n       CLOSE BUTTONS\n    ========================== *\/\n\n    document.querySelectorAll('.hfd-modal-close').forEach(function(btn) {\n\n        btn.addEventListener('click', function (e) {\n\n            e.preventDefault();\n            e.stopPropagation();\n\n            closeAllModals();\n\n        });\n\n    });\n\n    \/* =========================\n       OVERLAY CLICK CLOSE\n    ========================== *\/\n\n    var overlay = document.getElementById('hfd-modal-overlay');\n\n    if (overlay) {\n\n        overlay.addEventListener('click', function (e) {\n\n            e.preventDefault();\n            e.stopPropagation();\n\n            closeAllModals();\n\n        });\n\n    }\n\n    \/* =========================\n       PREVENT MODAL CLICK CLOSE\n    ========================== *\/\n\n    document.querySelectorAll('.hfd-modal-box').forEach(function(modal) {\n\n        modal.addEventListener('click', function (e) {\n\n            e.stopPropagation();\n\n        });\n\n    });\n\n    \/* =========================\n       ESC KEY CLOSE\n    ========================== *\/\n\n    document.addEventListener('keydown', function (e) {\n\n        if (e.key === 'Escape') {\n\n            closeAllModals();\n\n        }\n\n    });\n\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"goldensettennis","offers":[{"title":"Power Cord 16 Reel Dark Grey -I16RG","offer_id":50797142278430,"sku":"I16RG","price":84.09,"currency_code":"USD","in_stock":true},{"title":"Power Cord 17 Reel Dark Grey -I17RG","offer_id":50797144211742,"sku":"I17RG","price":84.09,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/5615\/6958\/files\/X_POWER_CORD_CO-POLYESTER_TENNIS_STRING_REELS.jpg?v=1777372661","url":"https:\/\/goldensettennis.com\/products\/power-cord-reels","provider":"Golden Set ","version":"1.0","type":"link"}