{"product_id":"smooth-shooter-off-hand","title":"Smooth Shooter (Off Hand)","description":"\u003c!-- =========================================================\nBEGIN: HOOPSKING SMOOTH SHOOTER PRODUCT DESCRIPTION PAGE\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .hk-smooth-shooter-page,\n  .hk-smooth-shooter-page * {\n    box-sizing: border-box;\n  }\n\n  .hk-smooth-shooter-page {\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #111111;\n    background: #ffffff;\n  }\n\n  .hk-smooth-shooter-page a {\n    text-decoration: none;\n  }\n\n  .hk-smooth-shooter-wrap {\n    width: 100%;\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 0 18px;\n  }\n\n  .hk-smooth-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin: 0 0 12px;\n    padding: 8px 12px;\n    border: 1px solid rgba(244, 122, 32, 0.35);\n    border-radius: 999px;\n    background: rgba(244, 122, 32, 0.08);\n    color: #f47a20;\n    font-size: 12px;\n    line-height: 1.1;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .hk-smooth-kicker::before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 999px;\n    background: #f47a20;\n    box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.18);\n  }\n\n  .hk-smooth-btn-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .hk-smooth-btn {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    min-height: 48px;\n    padding: 14px 22px;\n    border-radius: 999px;\n    background: #f47a20;\n    color: #ffffff !important;\n    font-size: 15px;\n    line-height: 1;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n    box-shadow: 0 12px 24px rgba(244, 122, 32, 0.28);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .hk-smooth-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 16px 30px rgba(244, 122, 32, 0.36);\n  }\n\n  .hk-smooth-btn-secondary {\n    background: #111111;\n    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.18);\n  }\n\n  .hk-smooth-btn-secondary:hover {\n    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.28);\n  }\n\n  .hk-smooth-section {\n    padding: 58px 0;\n  }\n\n  .hk-smooth-section-light {\n    background: #f5f5f5;\n  }\n\n  .hk-smooth-section-dark {\n    background:\n      radial-gradient(circle at top left, rgba(244, 122, 32, 0.2), transparent 34%),\n      linear-gradient(135deg, #111111 0%, #1f1f1f 100%);\n    color: #ffffff;\n  }\n\n  .hk-smooth-section h2 {\n    margin: 0;\n    color: inherit;\n    font-size: 36px;\n    line-height: 1.08;\n    font-weight: 950;\n    letter-spacing: -0.04em;\n  }\n\n  .hk-smooth-section p {\n    margin: 14px 0 0;\n    color: inherit;\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .hk-smooth-section-dark p {\n    color: rgba(255,255,255,0.82);\n  }\n\n  .hk-smooth-text-center {\n    max-width: 820px;\n    margin: 0 auto 34px;\n    text-align: center;\n  }\n\n  .hk-smooth-text-center .hk-smooth-kicker {\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hk-smooth-video-frame {\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n    border-radius: 22px;\n    background: #111111;\n    box-shadow: 0 18px 42px rgba(0,0,0,0.22);\n  }\n\n  .hk-smooth-video-frame::before {\n    content: \"\";\n    display: block;\n    padding-top: 56.25%;\n  }\n\n  .hk-smooth-video-frame iframe {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  .hk-smooth-img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .hk-smooth-card {\n    overflow: hidden;\n    border: 1px solid #e5e5e5;\n    border-radius: 22px;\n    background: #ffffff;\n    box-shadow: 0 14px 34px rgba(17,17,17,0.08);\n  }\n\n  .hk-smooth-card-body {\n    padding: 22px;\n  }\n\n  .hk-smooth-card h3 {\n    margin: 0;\n    color: #111111;\n    font-size: 20px;\n    line-height: 1.18;\n    font-weight: 900;\n    letter-spacing: -0.02em;\n  }\n\n  .hk-smooth-card p {\n    margin: 10px 0 0;\n    color: #555555;\n    font-size: 15.5px;\n    line-height: 1.6;\n  }\n\n  .hk-smooth-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n    align-items: center;\n  }\n\n  .hk-smooth-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .hk-smooth-grid-4 {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .hk-smooth-check-list {\n    display: grid;\n    gap: 12px;\n    margin: 22px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hk-smooth-check-list li {\n    position: relative;\n    padding: 14px 16px 14px 44px;\n    border: 1px solid #e5e5e5;\n    border-radius: 16px;\n    background: #ffffff;\n    color: #333333;\n    font-size: 15.5px;\n    line-height: 1.45;\n    font-weight: 700;\n  }\n\n  .hk-smooth-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 15px;\n    top: 12px;\n    width: 20px;\n    height: 20px;\n    border-radius: 999px;\n    background: #f47a20;\n    color: #ffffff;\n    font-size: 13px;\n    line-height: 20px;\n    text-align: center;\n    font-weight: 900;\n  }\n\n  .hk-smooth-dark-list li {\n    border-color: rgba(255,255,255,0.12);\n    background: rgba(255,255,255,0.06);\n    color: rgba(255,255,255,0.9);\n  }\n\n  .hk-smooth-stat-row {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 24px;\n  }\n\n  .hk-smooth-stat {\n    padding: 18px;\n    border: 1px solid rgba(244,122,32,0.24);\n    border-radius: 18px;\n    background: rgba(244,122,32,0.08);\n  }\n\n  .hk-smooth-stat strong {\n    display: block;\n    color: #f47a20;\n    font-size: 25px;\n    line-height: 1;\n    font-weight: 950;\n    letter-spacing: -0.04em;\n  }\n\n  .hk-smooth-stat span {\n    display: block;\n    margin-top: 8px;\n    color: #555555;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 800;\n  }\n\n  .hk-smooth-section-dark .hk-smooth-stat {\n    border-color: rgba(255,255,255,0.16);\n    background: rgba(255,255,255,0.06);\n  }\n\n  .hk-smooth-section-dark .hk-smooth-stat span {\n    color: rgba(255,255,255,0.8);\n  }\n\n  .hk-smooth-media-caption {\n    padding: 14px 16px;\n    background: #111111;\n    color: #ffffff;\n    font-size: 13px;\n    line-height: 1.4;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .hk-smooth-media-caption span {\n    color: #f47a20;\n  }\n\n  .hk-smooth-image-card {\n    overflow: hidden;\n    border-radius: 20px;\n    border: 1px solid #e5e5e5;\n    background: #ffffff;\n    box-shadow: 0 10px 26px rgba(17,17,17,0.07);\n  }\n\n  .hk-smooth-image-card img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    display: block;\n  }\n\n  .hk-smooth-number-card {\n    padding: 24px;\n    border-radius: 22px;\n    border: 1px solid #e5e5e5;\n    background: #ffffff;\n    box-shadow: 0 12px 28px rgba(17,17,17,0.07);\n  }\n\n  .hk-smooth-number {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 14px;\n    border-radius: 999px;\n    background: #f47a20;\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 950;\n  }\n\n  .hk-smooth-number-card h3 {\n    margin: 0;\n    color: #111111;\n    font-size: 20px;\n    line-height: 1.2;\n    font-weight: 950;\n    letter-spacing: -0.02em;\n  }\n\n  .hk-smooth-number-card p {\n    margin: 10px 0 0;\n    color: #555555;\n    font-size: 15.5px;\n    line-height: 1.6;\n  }\n\n  .hk-smooth-bonus-box {\n    display: grid;\n    grid-template-columns: 1fr 1.15fr;\n    gap: 26px;\n    align-items: center;\n    padding: 30px;\n    border-radius: 26px;\n    background:\n      radial-gradient(circle at top right, rgba(244,122,32,0.22), transparent 34%),\n      #111111;\n    color: #ffffff;\n    box-shadow: 0 18px 42px rgba(17,17,17,0.18);\n  }\n\n  .hk-smooth-bonus-box h2 {\n    color: #ffffff;\n  }\n\n  .hk-smooth-bonus-box p {\n    color: rgba(255,255,255,0.82);\n  }\n\n  .hk-smooth-bonus-pill {\n    display: inline-flex;\n    margin-bottom: 14px;\n    padding: 8px 12px;\n    border-radius: 999px;\n    background: #f47a20;\n    color: #ffffff;\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 900;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .hk-smooth-mini-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hk-smooth-mini {\n    padding: 14px;\n    border-radius: 16px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .hk-smooth-mini strong {\n    display: block;\n    color: #ffffff;\n    font-size: 14px;\n    line-height: 1.25;\n    font-weight: 900;\n  }\n\n  .hk-smooth-mini span {\n    display: block;\n    margin-top: 5px;\n    color: rgba(255,255,255,0.72);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .hk-smooth-comparison {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 28px;\n  }\n\n  .hk-smooth-compare-card {\n    padding: 24px;\n    border-radius: 22px;\n    border: 1px solid #e5e5e5;\n    background: #ffffff;\n  }\n\n  .hk-smooth-compare-card.hk-smooth-bad {\n    background: #f5f5f5;\n  }\n\n  .hk-smooth-compare-card.hk-smooth-good {\n    border-color: rgba(244,122,32,0.42);\n    box-shadow: 0 16px 34px rgba(244,122,32,0.12);\n  }\n\n  .hk-smooth-compare-card h3 {\n    margin: 0;\n    font-size: 22px;\n    line-height: 1.15;\n    font-weight: 950;\n    letter-spacing: -0.03em;\n  }\n\n  .hk-smooth-bad h3 {\n    color: #555555;\n  }\n\n  .hk-smooth-good h3 {\n    color: #f47a20;\n  }\n\n  .hk-smooth-compare-card ul {\n    display: grid;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hk-smooth-compare-card li {\n    position: relative;\n    padding-left: 28px;\n    color: #333333;\n    font-size: 15.5px;\n    line-height: 1.45;\n    font-weight: 700;\n  }\n\n  .hk-smooth-bad li::before {\n    content: \"×\";\n    position: absolute;\n    left: 0;\n    top: -1px;\n    color: #777777;\n    font-weight: 950;\n  }\n\n  .hk-smooth-good li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: #f47a20;\n    font-weight: 950;\n  }\n\n  .hk-smooth-video-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .hk-smooth-faq {\n    display: grid;\n    gap: 14px;\n    max-width: 920px;\n    margin: 30px auto 0;\n  }\n\n  .hk-smooth-faq-item {\n    padding: 22px;\n    border: 1px solid #e5e5e5;\n    border-radius: 18px;\n    background: #ffffff;\n    box-shadow: 0 10px 24px rgba(17,17,17,0.05);\n  }\n\n  .hk-smooth-faq-item h3 {\n    margin: 0;\n    color: #111111;\n    font-size: 18px;\n    line-height: 1.25;\n    font-weight: 950;\n    letter-spacing: -0.02em;\n  }\n\n  .hk-smooth-faq-item p {\n    margin: 9px 0 0;\n    color: #555555;\n    font-size: 15.5px;\n    line-height: 1.6;\n  }\n\n  .hk-smooth-final {\n    padding: 42px;\n    border-radius: 28px;\n    background:\n      linear-gradient(135deg, rgba(244,122,32,0.94), rgba(245,130,32,0.94)),\n      #f47a20;\n    color: #ffffff;\n    text-align: center;\n    box-shadow: 0 18px 42px rgba(244,122,32,0.22);\n  }\n\n  .hk-smooth-final h2 {\n    margin: 0;\n    color: #ffffff;\n    font-size: 40px;\n    line-height: 1.08;\n    font-weight: 950;\n    letter-spacing: -0.04em;\n  }\n\n  .hk-smooth-final p {\n    max-width: 760px;\n    margin: 14px auto 0;\n    color: rgba(255,255,255,0.9);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .hk-smooth-final .hk-smooth-btn {\n    background: #111111;\n    box-shadow: 0 14px 28px rgba(17,17,17,0.22);\n  }\n\n  @media (max-width: 900px) {\n    .hk-smooth-section {\n      padding: 44px 0;\n    }\n\n    .hk-smooth-section h2,\n    .hk-smooth-final h2 {\n      font-size: 31px;\n    }\n\n    .hk-smooth-grid-2,\n    .hk-smooth-bonus-box,\n    .hk-smooth-comparison,\n    .hk-smooth-video-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hk-smooth-grid-3 {\n      grid-template-columns: 1fr;\n    }\n\n    .hk-smooth-grid-4 {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .hk-smooth-stat-row {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .hk-smooth-wrap {\n      padding: 0 14px;\n    }\n\n    .hk-smooth-section {\n      padding: 38px 0;\n    }\n\n    .hk-smooth-section h2,\n    .hk-smooth-final h2 {\n      font-size: 28px;\n    }\n\n    .hk-smooth-section p {\n      font-size: 16px;\n    }\n\n    .hk-smooth-btn-row {\n      flex-direction: column;\n    }\n\n    .hk-smooth-btn {\n      width: 100%;\n      min-height: 50px;\n    }\n\n    .hk-smooth-grid-4,\n    .hk-smooth-mini-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hk-smooth-card-body,\n    .hk-smooth-number-card,\n    .hk-smooth-compare-card,\n    .hk-smooth-faq-item {\n      padding: 18px;\n    }\n\n    .hk-smooth-bonus-box,\n    .hk-smooth-final {\n      padding: 24px 18px;\n      border-radius: 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hk-smooth-shooter-page\" id=\"hk-smooth-shooter-description\"\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 1 - HERO\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section hk-smooth-section-dark\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eOff-Hand Shooting Control\u003c\/div\u003e\n        \u003ch2\u003eStop Letting the Guide Hand Take Over the Shot\u003c\/h2\u003e\n        \u003cp\u003e\n          The Smooth Shooter helps players feel what a cleaner one-hand release is supposed to feel like by keeping the off hand from gripping, pushing, or twisting the ball during the shot.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hk-smooth-stat-row\"\u003e\n          \u003cdiv class=\"hk-smooth-stat\"\u003e\n            \u003cstrong\u003e15 sec.\u003c\/strong\u003e\n            \u003cspan\u003eFast to put on before a workout, practice station, or team shooting drill.\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-smooth-stat\"\u003e\n            \u003cstrong\u003eSolo\u003c\/strong\u003e\n            \u003cspan\u003eEasy enough for a player to use during individual form-shooting reps.\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-smooth-stat\"\u003e\n            \u003cstrong\u003eTeam\u003c\/strong\u003e\n            \u003cspan\u003eSimple enough for coaches to plug into shooting stations without slowing practice down.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hk-smooth-btn-row\" style=\"justify-content:center;\"\u003e\n          \u003ca class=\"hk-smooth-btn\" href=\"#\" onclick=\"window.scrollTo({top:0,behavior:'smooth'}); return false;\"\u003eGet The Smooth Shooter\u003c\/a\u003e\n          \u003ca class=\"hk-smooth-btn hk-smooth-btn-secondary\" href=\"#hk-smooth-video-section\"\u003eWatch It In Action\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-video-frame\" id=\"hk-smooth-video-section\" aria-label=\"Smooth Shooter basketball shooting aid video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/k9xeVQ94maA\" title=\"New Smooth Shooter Basketball Shooting Aid Design | Shooting, Layups, Floaters, and Passing Benefits\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\n        \u003c\/iframe\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 1 - HERO\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 2 - TOP PRODUCT MEDIA\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eSee the Tool Before the Sales Copy\u003c\/div\u003e\n        \u003ch2\u003eA Simple Barrier That Teaches the Off Hand to Stay Quiet\u003c\/h2\u003e\n        \u003cp\u003e\n          The Smooth Shooter is not complicated. Put it on, get the ball in the shooting pocket, and the player immediately feels when the guide hand is trying to interfere.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-grid-4\"\u003e\n        \u003cdiv class=\"hk-smooth-image-card\"\u003e\n          \u003cimg src=\"https:\/\/hoopsking.com\/cdn\/shop\/products\/img_proxy_b8d8d320-7ae4-4601-8e23-975f5985d8f8_1280x.jpg?v=1736977961\" alt=\"Smooth Shooter basketball shooting aid being used to stop off hand interference\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hk-smooth-image-card\"\u003e\n          \u003cimg src=\"https:\/\/hoopsking.com\/cdn\/shop\/products\/img_proxy_60e518fd-ccc7-42ac-b735-de8253814950_1280x.jpg?v=1736977965\" alt=\"Smooth Shooter off hand basketball shooting aid product close up\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hk-smooth-image-card\"\u003e\n          \u003cimg src=\"https:\/\/hoopsking.com\/cdn\/shop\/products\/img_proxy_6b1b4169-36d4-4ed6-8d16-cfa54994d5c0_1280x.jpg?v=1736977980\" alt=\"Smooth Shooter setup for right handed and left handed basketball shooters\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hk-smooth-image-card\"\u003e\n          \u003cimg src=\"https:\/\/hoopsking.com\/cdn\/shop\/products\/img_proxy_9f231e7d-4e18-4a57-b864-6b1d3e608f0e_1280x.jpg?v=1736977983\" alt=\"Basketball player training with the Smooth Shooter shooting aid\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 2 - TOP PRODUCT MEDIA\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 3 - WHY IT MATTERS\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section hk-smooth-section-light\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-grid-2\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"hk-smooth-kicker\"\u003eThe Problem\u003c\/div\u003e\n          \u003ch2\u003eMost Missed Shots Start Before the Ball Ever Leaves the Hand\u003c\/h2\u003e\n          \u003cp\u003e\n            When the off hand gets too involved, the ball can come off the fingers with side spin, thumb push, or inconsistent direction. Players may think they are practicing hard, but they are really repeating the same form mistake over and over.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            Smooth Shooter gives the player immediate feedback. The off hand can help balance the ball on the way up, but it cannot take over the release.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cimg class=\"hk-smooth-img\" src=\"https:\/\/hoopsking.com\/cdn\/shop\/products\/img_proxy_160e7f45-d163-495f-b985-831f0c7a11a0_1280x.jpg?v=1736977971\" alt=\"Smooth Shooter comparison showing off hand thumbing versus true one hand shot\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"hk-smooth-media-caption\"\u003e\n            \u003cspan\u003eCleaner reps.\u003c\/span\u003e Less guide-hand interference. A better feel for a one-hand release.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 3 - WHY IT MATTERS\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 4 - BENEFIT CARDS\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eBuilt for Better Reps\u003c\/div\u003e\n        \u003ch2\u003eMake Form Shooting More Honest\u003c\/h2\u003e\n        \u003cp\u003e\n          Players do not need another complicated gadget. They need a tool that instantly shows them when their off hand is doing too much.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-grid-3\"\u003e\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eStops Off-Hand Interference\u003c\/h3\u003e\n            \u003cp\u003e\n              Helps prevent the guide hand from gripping, pushing, or twisting the ball so the shooting hand does the real work.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eHelps Build a Cleaner Release\u003c\/h3\u003e\n            \u003cp\u003e\n              Gives players a better feel for balancing the ball, lifting it into the shot, and releasing with the shooting hand.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eFast Enough for Team Workouts\u003c\/h3\u003e\n            \u003cp\u003e\n              Takes about 15 seconds to put on, so coaches can use it in stations without turning practice into a setup project.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eSimple for Individual Training\u003c\/h3\u003e\n            \u003cp\u003e\n              A player can put it on and get reps without needing a coach to stop every shot and correct the same habit.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eUseful Beyond Standstill Shooting\u003c\/h3\u003e\n            \u003cp\u003e\n              Use it in controlled shooting reps, layup touch work, floaters, and passing feel drills when players need better hand awareness.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eGreat for Coaches, Trainers, and Parents\u003c\/h3\u003e\n            \u003cp\u003e\n              Coaches can teach cleaner mechanics. Trainers can build better workouts. Parents can give players a simple tool for focused practice.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 4 - BENEFIT CARDS\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 5 - HOW TO USE\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section hk-smooth-section-dark\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eEasy Setup\u003c\/div\u003e\n        \u003ch2\u003ePut It On, Get the Ball Up, Feel the Difference\u003c\/h2\u003e\n        \u003cp\u003e\n          The best shooting aids are the ones players and coaches will actually use. Smooth Shooter is quick, simple, and easy to add to workouts without changing your whole practice plan.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-grid-3\"\u003e\n        \u003cdiv class=\"hk-smooth-number-card\"\u003e\n          \u003cdiv class=\"hk-smooth-number\"\u003e1\u003c\/div\u003e\n          \u003ch3\u003ePut It On the Off Hand\u003c\/h3\u003e\n          \u003cp\u003e\n            The aid goes on the guide hand so the fingers cannot wrap around and control the ball during the release.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-number-card\"\u003e\n          \u003cdiv class=\"hk-smooth-number\"\u003e2\u003c\/div\u003e\n          \u003ch3\u003eStart Close With Form Reps\u003c\/h3\u003e\n          \u003cp\u003e\n            Begin near the basket and focus on balance, hand placement, lift, rotation, and a clean one-hand finish.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-number-card\"\u003e\n          \u003cdiv class=\"hk-smooth-number\"\u003e3\u003c\/div\u003e\n          \u003ch3\u003eAdd It to Real Workouts\u003c\/h3\u003e\n          \u003cp\u003e\n            Use it in individual workouts, team shooting stations, touch shots, floaters, layup work, and passing feel drills.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 5 - HOW TO USE\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 6 - IMAGE PROOF BAND\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eWhat the Player Feels\u003c\/div\u003e\n        \u003ch2\u003eThe Off Hand Can Balance the Ball, But It Can’t Hijack the Shot\u003c\/h2\u003e\n        \u003cp\u003e\n          That is the point. Smooth Shooter makes the player more aware of what the guide hand is doing, so every rep becomes more intentional.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-grid-2\"\u003e\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cimg class=\"hk-smooth-img\" src=\"https:\/\/hoopsking.com\/cdn\/shop\/products\/img_proxy_cb88c68d-9067-4eb3-8667-67c0466d1daf_1280x.jpg?v=1736977974\" alt=\"Smooth Shooter basketball shooting aid for better rotation and shooters touch\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"hk-smooth-media-caption\"\u003e\n            \u003cspan\u003eBetter feel.\u003c\/span\u003e Helps players focus on clean rotation and guide-hand discipline.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cimg class=\"hk-smooth-img\" src=\"https:\/\/hoopsking.com\/cdn\/shop\/products\/img_proxy_2d07019a-b6ba-483a-a954-4601cd0e3ffe_1280x.jpg?v=1736977977\" alt=\"Smooth Shooter basketball shooting aid stopping off hand interference\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"hk-smooth-media-caption\"\u003e\n            \u003cspan\u003eImmediate feedback.\u003c\/span\u003e The player feels when the guide hand tries to take over.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 6 - IMAGE PROOF BAND\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 7 - COACH CHRIS BONUS\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section hk-smooth-section-light\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-bonus-box\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"hk-smooth-bonus-pill\"\u003eBonus Included\u003c\/span\u003e\n          \u003ch2\u003eGet the Free Coach Chris Shot Training Video\u003c\/h2\u003e\n          \u003cp\u003e\n            Players love having a tool. Parents love having a plan. The Smooth Shooter includes access to a free Coach Chris shot training video so the product is not just something a player owns — it becomes something they actually use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cdiv class=\"hk-smooth-mini-grid\"\u003e\n            \u003cdiv class=\"hk-smooth-mini\"\u003e\n              \u003cstrong\u003eMore structure\u003c\/strong\u003e\n              \u003cspan\u003eGives players a clearer idea of what to work on instead of just shooting around.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hk-smooth-mini\"\u003e\n              \u003cstrong\u003eBetter habits\u003c\/strong\u003e\n              \u003cspan\u003ePairs the shooting aid with focused form work and guide-hand awareness.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hk-smooth-mini\"\u003e\n              \u003cstrong\u003eParent-friendly\u003c\/strong\u003e\n              \u003cspan\u003eMakes it easier for parents to give their athlete a real training direction.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hk-smooth-mini\"\u003e\n              \u003cstrong\u003eCoach-ready\u003c\/strong\u003e\n              \u003cspan\u003eUseful for players, trainers, small groups, and team shooting stations.\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\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 7 - COACH CHRIS BONUS\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 8 - INDIVIDUAL OR TEAM USE\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-grid-2\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"hk-smooth-kicker\"\u003eIndividual or Team\u003c\/div\u003e\n          \u003ch2\u003eThe Easiest Shooting Aid to Actually Keep Using\u003c\/h2\u003e\n          \u003cp\u003e\n            A lot of shooting tools sound good until they slow down the workout. Smooth Shooter is different because the setup is fast and the feedback is immediate.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            A player can use it alone. A coach can rotate it through a shooting station. A trainer can use it with multiple athletes. It is simple enough to become part of the routine instead of sitting in a bag.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cul class=\"hk-smooth-check-list\"\u003e\n            \u003cli\u003eTakes about 15 seconds to put on before a rep sequence.\u003c\/li\u003e\n            \u003cli\u003eWorks well for form shooting close to the basket.\u003c\/li\u003e\n            \u003cli\u003eHelps expose thumb push and guide-hand control problems.\u003c\/li\u003e\n            \u003cli\u003eEasy to use in team shooting stations and small-group workouts.\u003c\/li\u003e\n            \u003cli\u003eUseful for players who need to feel a cleaner release, not just hear about it.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 8 - INDIVIDUAL OR TEAM USE\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 9 - COMPARISON\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section hk-smooth-section-light\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eWhy It Works\u003c\/div\u003e\n        \u003ch2\u003eStop Repeating the Same Bad Release\u003c\/h2\u003e\n        \u003cp\u003e\n          More shots alone do not fix a broken habit. Better feedback during those shots is what makes the reps matter.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-comparison\"\u003e\n        \u003cdiv class=\"hk-smooth-compare-card hk-smooth-bad\"\u003e\n          \u003ch3\u003eOrdinary Shooting Reps\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eThe off hand can keep pushing without the player noticing.\u003c\/li\u003e\n            \u003cli\u003eCoaches have to repeat the same correction again and again.\u003c\/li\u003e\n            \u003cli\u003ePlayers may build confidence in a form mistake.\u003c\/li\u003e\n            \u003cli\u003eParents see effort but not always better habits.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-compare-card hk-smooth-good\"\u003e\n          \u003ch3\u003eSmooth Shooter Reps\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eThe guide hand gets immediate limits during the release.\u003c\/li\u003e\n            \u003cli\u003ePlayers feel the difference between balance and interference.\u003c\/li\u003e\n            \u003cli\u003eCoaches can make form work more visual and easier to understand.\u003c\/li\u003e\n            \u003cli\u003ePlayers get more purposeful reps in the same amount of workout time.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 9 - COMPARISON\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 10 - SUPPORTING VIDEOS\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eMore Smooth Shooter Videos\u003c\/div\u003e\n        \u003ch2\u003eSee How the Guide Hand Changes the Shot\u003c\/h2\u003e\n        \u003cp\u003e\n          These supporting videos show the Smooth Shooter in action and explain how off-hand interference can affect shooting form.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-video-grid\"\u003e\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-video-frame\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/0vs6x5RUaIk\" title=\"Basketball Off Hand Shooting Aid: Smooth Shooter Paint Test\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\n            \u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eSmooth Shooter Paint Test\u003c\/h3\u003e\n            \u003cp\u003e\n              A visual look at how the off hand can affect the ball when players are not aware of guide-hand interference.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-video-frame\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/3s4GxRRtMS4\" title=\"Stop Thumbing the Basketball Instantly with the Smooth Shooter Training Aid\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\n            \u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eStop Thumbing the Ball\u003c\/h3\u003e\n            \u003cp\u003e\n              A simple breakdown of how Smooth Shooter helps players stop letting the off hand dominate the release.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 10 - SUPPORTING VIDEOS\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 11 - WHO SHOULD USE IT\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section hk-smooth-section-dark\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eBuilt for Serious Repetition\u003c\/div\u003e\n        \u003ch2\u003eFor Players Who Need Their Shot to Feel the Same Every Time\u003c\/h2\u003e\n        \u003cp\u003e\n          Smooth Shooter is especially useful when a player is trying to clean up their release, stop thumb push, improve hand awareness, and make form work more consistent.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-grid-3\"\u003e\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eParents\u003c\/h3\u003e\n            \u003cp\u003e\n              Give your player a simple training tool that makes practice more focused than just getting shots up in the driveway.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003ePlayers\u003c\/h3\u003e\n            \u003cp\u003e\n              Feel when your off hand is doing too much and start building a release that depends more on your shooting hand.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-card\"\u003e\n          \u003cdiv class=\"hk-smooth-card-body\"\u003e\n            \u003ch3\u003eCoaches and Trainers\u003c\/h3\u003e\n            \u003cp\u003e\n              Add it to shooting stations, form-shooting progressions, skill workouts, and correction sessions without adding complicated setup time.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 11 - WHO SHOULD USE IT\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 12 - FAQ\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section hk-smooth-section-light\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-text-center\"\u003e\n        \u003cdiv class=\"hk-smooth-kicker\"\u003eQuestions Before You Train\u003c\/div\u003e\n        \u003ch2\u003eWhat Players, Parents, and Coaches Ask Before Buying\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-smooth-faq\"\u003e\n        \u003cdiv class=\"hk-smooth-faq-item\"\u003e\n          \u003ch3\u003eWhat does the Smooth Shooter help fix?\u003c\/h3\u003e\n          \u003cp\u003e\n            It helps players stop the off hand from gripping, pushing, or guiding the basketball during the shot. The goal is to make the shooting hand do the work while the guide hand stays quiet.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-faq-item\"\u003e\n          \u003ch3\u003eHow long does it take to put on?\u003c\/h3\u003e\n          \u003cp\u003e\n            It takes about 15 seconds to put on, which makes it easy to use during individual workouts, team shooting stations, or small-group skill sessions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-faq-item\"\u003e\n          \u003ch3\u003eCan one player use it by themselves?\u003c\/h3\u003e\n          \u003cp\u003e\n            Yes. Smooth Shooter is one of the easiest shooting aids to use alone because the player gets instant feedback from the tool during each rep.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-faq-item\"\u003e\n          \u003ch3\u003eCan coaches use it with a team?\u003c\/h3\u003e\n          \u003cp\u003e\n            Yes. Because it is fast to put on and easy to understand, coaches can use it in shooting stations, form-shooting progressions, or correction work without slowing practice down.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-faq-item\"\u003e\n          \u003ch3\u003eIs this only for jump shots?\u003c\/h3\u003e\n          \u003cp\u003e\n            No. It is great for controlled shooting reps, but it can also be used for layup touch, floaters, passing feel, and other skill work where hand awareness matters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-faq-item\"\u003e\n          \u003ch3\u003eDoes it work for right-handed and left-handed shooters?\u003c\/h3\u003e\n          \u003cp\u003e\n            Smooth Shooter is designed around the player’s off hand. Use the correct orientation for the shooter so the guide hand is limited while the shooting hand controls the ball.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-faq-item\"\u003e\n          \u003ch3\u003eShould players wear it during games?\u003c\/h3\u003e\n          \u003cp\u003e\n            No. Smooth Shooter is a basketball training aid for practice, skill workouts, and shooting development. It is not intended for game use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-smooth-faq-item\"\u003e\n          \u003ch3\u003eIs the Coach Chris shot training video included?\u003c\/h3\u003e\n          \u003cp\u003e\n            Yes. The Smooth Shooter includes access to a free Coach Chris shot training video so players have a clearer plan for using the aid in focused shooting work.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 12 - FAQ\n  ========================================================= --\u003e\n\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 13 - FINAL CTA\n  ========================================================= --\u003e\n  \u003csection class=\"hk-smooth-section\"\u003e\n    \u003cdiv class=\"hk-smooth-wrap\"\u003e\n      \u003cdiv class=\"hk-smooth-final\"\u003e\n        \u003ch2\u003eMake Every Shooting Rep More Honest\u003c\/h2\u003e\n        \u003cp\u003e\n          If the off hand keeps taking over, the player can keep repeating the same mistake without realizing it. Smooth Shooter gives them a simple way to feel the difference, clean up their release, and train with more purpose.\n        \u003c\/p\u003e\n        \u003cdiv class=\"hk-smooth-btn-row\" style=\"justify-content:center;\"\u003e\n          \u003ca class=\"hk-smooth-btn\" href=\"#\" onclick=\"window.scrollTo({top:0,behavior:'smooth'}); return false;\"\u003eGet The Smooth Shooter\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 13 - FINAL CTA\n  ========================================================= --\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nEND: HOOPSKING SMOOTH SHOOTER PRODUCT DESCRIPTION PAGE\n========================================================= --\u003e","brand":"HoopsKing","offers":[{"title":"Default Title","offer_id":51235122676018,"sku":"SS-RH-AMZ","price":21.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0349\/7341\/7517\/files\/hoopsking-smooth-shooter-basketball-shooting-aid-main_jpg.jpg?v=1780166479","url":"https:\/\/www.primesportsmw.com\/products\/smooth-shooter-off-hand","provider":"Prime Sports","version":"1.0","type":"link"}