Smooth Shooter (Off Hand)
.hk-smooth-shooter-page, .hk-smooth-shooter-page * { box-sizing: border-box; } .hk-smooth-shooter-page { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0; font-family: Ar ial, Helvetica, sans-serif; color: #111111; background: #ffffff; } .hk-smooth-shooter-page a { text-decoration: none; } .hk-smooth-shooter-wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 18px; } .hk-smooth-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; padding: 8px 12px; border: 1px solid rgba(244, 122, 32, 0.35); border-radius: 999px; background: rgba(244, 122, 32, 0.08); color: #f47a20; font-size: 12px; line-height: 1.1; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; } .hk-smooth-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #f47a20; box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.18); } .hk-smooth-btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; } .hk-smooth-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 14px 22px; border-radius: 999px; background: #f47a20; color: #ffffff !important; font-size: 15px; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: 0.04em; box-shadow: 0 12px 24px rgba(244, 122, 32, 0.28); transition: transform 0.2s ease, box-shadow 0.2s ease; } .hk-smooth-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(244, 122, 32, 0.36); } .hk-smooth-btn-secondary { background: #111111; box-shadow: 0 12px 24px rgba(17, 17, 17, 0.18); } .hk-smooth-btn-secondary:hover { box-shadow: 0 16px 30px rgba(17, 17, 17, 0.28); } .hk-smooth-section { padding: 58px 0; } .hk-smooth-section-light { background: #f5f5f5; } .hk-smooth-section-dark { background: radial-gradient(circle at top left, rgba(244, 122, 32, 0.2), transparent 34%), linear-gradient(135deg, #111111 0%, #1f1f1f 100%); color: #ffffff; } .hk-smooth-section h2 { margin: 0; color: inherit; font-size: 36px; line-height: 1.08; font-weight: 950; letter-spacing: -0.04em; } .hk-smooth-section p { margin: 14px 0 0; color: inherit; font-size: 17px; line-height: 1.65; } .hk-smooth-section-dark p { color: rgba(255,255,255,0.82); } .hk-smooth-text-center { max-width: 820px; margin: 0 auto 34px; text-align: center; } .hk-smooth-text-center .hk-smooth-kicker { margin-left: auto; margin-right: auto; } .hk-smooth-video-frame { position: relative; width: 100%; overflow: hidden; border-radius: 22px; background: #111111; box-shadow: 0 18px 42px rgba(0,0,0,0.22); } .hk-smooth-video-frame::before { content: ""; display: block; padding-top: 56.25%; } .hk-smooth-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .hk-smooth-img { display: block; width: 100%; height: auto; } .hk-smooth-card { overflow: hidden; border: 1px solid #e5e5e5; border-radius: 22px; background: #ffffff; box-shadow: 0 14px 34px rgba(17,17,17,0.08); } .hk-smooth-card-body { padding: 22px; } .hk-smooth-card h3 { margin: 0; color: #111111; font-size: 20px; line-height: 1.18; font-weight: 900; letter-spacing: -0.02em; } .hk-smooth-card p { margin: 10px 0 0; color: #555555; font-size: 15.5px; line-height: 1.6; } .hk-smooth-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: center; } .hk-smooth-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } .hk-smooth-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; } .hk-smooth-check-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; } .hk-smooth-check-list li { position: relative; padding: 14px 16px 14px 44px; border: 1px solid #e5e5e5; border-radius: 16px; background: #ffffff; color: #333333; font-size: 15.5px; line-height: 1.45; font-weight: 700; } .hk-smooth-check-list li::before { content: "✓"; position: absolute; left: 15px; top: 12px; width: 20px; height: 20px; border-radius: 999px; background: #f47a20; color: #ffffff; font-size: 13px; line-height: 20px; text-align: center; font-weight: 900; } .hk-smooth-dark-list li { border-color: rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.9); } .hk-smooth-stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; } .hk-smooth-stat { padding: 18px; border: 1px solid rgba(244,122,32,0.24); border-radius: 18px; background: rgba(244,122,32,0.08); } .hk-smooth-stat strong { display: block; color: #f47a20; font-size: 25px; line-height: 1; font-weight: 950; letter-spacing: -0.04em; } .hk-smooth-stat span { display: block; margin-top: 8px; color: #555555; font-size: 14px; line-height: 1.35; font-weight: 800; } .hk-smooth-section-dark .hk-smooth-stat { border-color: rgba(255,255,255,0.16); background: rgba(255,255,255,0.06); } .hk-smooth-section-dark .hk-smooth-stat span { color: rgba(255,255,255,0.8); } .hk-smooth-media-caption { padding: 14px 16px; background: #111111; color: #ffffff; font-size: 13px; line-height: 1.4; font-weight: 800; text-align: center; } .hk-smooth-media-caption span { color: #f47a20; } .hk-smooth-image-card { overflow: hidden; border-radius: 20px; border: 1px solid #e5e5e5; background: #ffffff; box-shadow: 0 10px 26px rgba(17,17,17,0.07); } .hk-smooth-image-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; } .hk-smooth-number-card { padding: 24px; border-radius: 22px; border: 1px solid #e5e5e5; background: #ffffff; box-shadow: 0 12px 28px rgba(17,17,17,0.07); } .hk-smooth-number { display: inline-flex; justify-content: center; align-items: center; width: 38px; height: 38px; margin-bottom: 14px; border-radius: 999px; background: #f47a20; color: #ffffff; font-size: 16px; font-weight: 950; } .hk-smooth-number-card h3 { margin: 0; color: #111111; font-size: 20px; line-height: 1.2; font-weight: 950; letter-spacing: -0.02em; } .hk-smooth-number-card p { margin: 10px 0 0; color: #555555; font-size: 15.5px; line-height: 1.6; } .hk-smooth-bonus-box { display: grid; grid-template-columns: 1fr 1.15fr; gap: 26px; align-items: center; padding: 30px; border-radius: 26px; background: radial-gradient(circle at top right, rgba(244,122,32,0.22), transparent 34%), #111111; color: #ffffff; box-shadow: 0 18px 42px rgba(17,17,17,0.18); } .hk-smooth-bonus-box h2 { color: #ffffff; } .hk-smooth-bonus-box p { color: rgba(255,255,255,0.82); } .hk-smooth-bonus-pill { display: inline-flex; margin-bottom: 14px; padding: 8px 12px; border-radius: 999px; background: #f47a20; color: #ffffff; font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; } .hk-smooth-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; } .hk-smooth-mini { padding: 14px; border-radius: 16px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); } .hk-smooth-mini strong { display: block; color: #ffffff; font-size: 14px; line-height: 1.25; font-weight: 900; } .hk-smooth-mini span { display: block; margin-top: 5px; color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.4; } .hk-smooth-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .hk-smooth-compare-card { padding: 24px; border-radius: 22px; border: 1px solid #e5e5e5; background: #ffffff; } .hk-smooth-compare-card.hk-smooth-bad { background: #f5f5f5; } .hk-smooth-compare-card.hk-smooth-good { border-color: rgba(244,122,32,0.42); box-shadow: 0 16px 34px rgba(244,122,32,0.12); } .hk-smooth-compare-card h3 { margin: 0; font-size: 22px; line-height: 1.15; font-weight: 950; letter-spacing: -0.03em; } .hk-smooth-bad h3 { color: #555555; } .hk-smooth-good h3 { color: #f47a20; } .hk-smooth-compare-card ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; } .hk-smooth-compare-card li { position: relative; padding-left: 28px; color: #333333; font-size: 15.5px; line-height: 1.45; font-weight: 700; } .hk-smooth-bad li::before { content: "×"; position: absolute; left: 0; top: -1px; color: #777777; font-weight: 950; } .hk-smooth-good li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #f47a20; font-weight: 950; } .hk-smooth-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; } .hk-smooth-faq { display: grid; gap: 14px; max-width: 920px; margin: 30px auto 0; } .hk-smooth-faq-item { padding: 22px; border: 1px solid #e5e5e5; border-radius: 18px; background: #ffffff; box-shadow: 0 10px 24px rgba(17,17,17,0.05); } .hk-smooth-faq-item h3 { margin: 0; color: #111111; font-size: 18px; line-height: 1.25; font-weight: 950; letter-spacing: -0.02em; } .hk-smooth-faq-item p { margin: 9px 0 0; color: #555555; font-size: 15.5px; line-height: 1.6; } .hk-smooth-final { padding: 42px; border-radius: 28px; background: linear-gradient(135deg, rgba(244,122,32,0.94), rgba(245,130,32,0.94)), #f47a20; color: #ffffff; text-align: center; box-shadow: 0 18px 42px rgba(244,122,32,0.22); } .hk-smooth-final h2 { margin: 0; color: #ffffff; font-size: 40px; line-height: 1.08; font-weight: 950; letter-spacing: -0.04em; } .hk-smooth-final p { max-width: 760px; margin: 14px auto 0; color: rgba(255,255,255,0.9); font-size: 17px; line-height: 1.65; } .hk-smooth-final .hk-smooth-btn { background: #111111; box-shadow: 0 14px 28px rgba(17,17,17,0.22); } @media (max-width: 900px) { .hk-smooth-section { padding: 44px 0; } .hk-smooth-section h2, .hk-smooth-final h2 { font-size: 31px; } .hk-smooth-grid-2, .hk-smooth-bonus-box, .hk-smooth-comparison, .hk-smooth-video-grid { grid-template-columns: 1fr; } .hk-smooth-grid-3 { grid-template-columns: 1fr; } .hk-smooth-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hk-smooth-stat-row { grid-template-columns: 1fr; } } @media (max-width: 640px) { .hk-smooth-wrap { padding: 0 14px; } .hk-smooth-section { padding: 38px 0; } .hk-smooth-section h2, .hk-smooth-final h2 { font-size: 28px; } .hk-smooth-section p { font-size: 16px; } .hk-smooth-btn-row { flex-direction: column; } .hk-smooth-btn { width: 100%; min-height: 50px; } .hk-smooth-grid-4, .hk-smooth-mini-grid { grid-template-columns: 1fr; } .hk-smooth-card-body, .hk-smooth-number-card, .hk-smooth-compare-card, .hk-smooth-faq-item { padding: 18px; } .hk-smooth-bonus-box, .hk-smooth-final { padding: 24px 18px; border-radius: 22px; } } Off-Hand Shooting Control Stop Letting the Guide Hand Take Over the Shot 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. 15 sec. Fast to put on before a workout, practice station, or team shooting drill. Solo Easy enough for a player to use during individual form-shooting reps. Team Simple enough for coaches to plug into shooting stations without slowing practice down. Get The Smooth Shooter Watch It In Action See the Tool Before the Sales Copy A Simple Barrier That Teaches the Off Hand to Stay Quiet 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. The Problem Most Missed Shots Start Before the Ball Ever Leaves the Hand 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. 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. Cleaner reps. Less guide-hand interference. A better feel for a one-hand release. Built for Better Reps Make Form Shooting More Honest Players do not need another complicated gadget. They need a tool that instantly shows them when their off hand is doing too much. Stops Off-Hand Interference Helps prevent the guide hand from gripping, pushing, or twisting the ball so the shooting hand does the real work. Helps Build a Cleaner Release Gives players a better feel for balancing the ball, lifting it into the shot, and releasing with the shooting hand. Fast Enough for Team Workouts Takes about 15 seconds to put on, so coaches can use it in stations without turning practice into a setup project. Simple for Individual Training A player can put it on and get reps without needing a coach to stop every shot and correct the same habit. Useful Beyond Standstill Shooting Use it in controlled shooting reps, layup touch work, floaters, and passing feel drills when players need better hand awareness. Great for Coaches, Trainers, and Parents Coaches can teach cleaner mechanics. Trainers can build better workouts. Parents can give players a simple tool for focused practice. Easy Setup Put It On, Get the Ball Up, Feel the Difference 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. 1 Put It On the Off Hand The aid goes on the guide hand so the fingers cannot wrap around and control the ball during the release. 2 Start Close With Form Reps Begin near the basket and focus on balance, hand placement, lift, rotation, and a clean one-hand finish. 3 Add It to Real Workouts Use it in individual workouts, team shooting stations, touch shots, floaters, layup work, and passing feel drills. What the Player Feels The Off Hand Can Balance the Ball, But It Can’t Hijack the Shot That is the point. Smooth Shooter makes the player more aware of what the guide hand is doing, so every rep becomes more intentional. Better feel. Helps players focus on clean rotation and guide-hand discipline. Immediate feedback. The player feels when the guide hand tries to take over. Bonus Included Get the Free Coach Chris Shot Training Video 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. More structure Gives players a clearer idea of what to work on instead of just shooting around. Better habits Pairs the shooting aid with focused form work and guide-hand awareness. Parent-friendly Makes it easier for parents to give their athlete a real training direction. Coach-ready Useful for players, trainers, small groups, and team shooting stations. Individual or Team The Easiest Shooting Aid to Actually Keep Using 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. 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. Takes about 15 seconds to put on before a rep sequence. Works well for form shooting close to the basket. Helps expose thumb push and guide-hand control problems. Easy to use in team shooting stations and small-group workouts. Useful for players who need to feel a cleaner release, not just hear about it. Why It Works Stop Repeating the Same Bad Release More shots alone do not fix a broken habit. Better feedback during those shots is what makes the reps matter. Ordinary Shooting Reps The off hand can keep pushing without the player noticing. Coaches have to repeat the same correction again and again. Players may build confidence in a form mistake. Parents see effort but not always better habits. Smooth Shooter Reps The guide hand gets immediate limits during the release. Players feel the difference between balance and interference. Coaches can make form work more visual and easier to understand. Players get more purposeful reps in the same amount of workout time. More Smooth Shooter Videos See How the Guide Hand Changes the Shot These supporting videos show the Smooth Shooter in action and explain how off-hand interference can affect shooting form. Smooth Shooter Paint Test A visual look at how the off hand can affect the ball when players are not aware of guide-hand interference. Stop Thumbing the Ball A simple breakdown of how Smooth Shooter helps players stop letting the off hand dominate the release. Built for Serious Repetition For Players Who Need Their Shot to Feel the Same Every Time 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. Parents Give your player a simple training tool that makes practice more focused than just getting shots up in the driveway. Players Feel when your off hand is doing too much and start building a release that depends more on your shooting hand. Coaches and Trainers Add it to shooting stations, form-shooting progressions, skill workouts, and correction sessions without adding complicated setup time. Questions Before You Train What Players, Parents, and Coaches Ask Before Buying What does the Smooth Shooter help fix? 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. How long does it take to put on? 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. Can one player use it by themselves? 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. Can coaches use it with a team? 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. Is this only for jump shots? 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. Does it work for right-handed and left-handed shooters? 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. Should players wear it during games? No. Smooth Shooter is a basketball training aid for practice, skill workouts, and shooting development. It is not intended for game use. Is the Coach Chris shot training video included? 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. Make Every Shooting Rep More Honest 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. Get The Smooth Shooter
More you might like
Related
Smooth Shooter (Off Hand)
Related
Smooth Shooter (Off Hand)
Related
Smooth Shooter (Off Hand)
Related