Head Gravity Motion 2024
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Inter:wght@400;500;600;700&family=DM+Sans:wght@400;500;700&display=swap'); .ps-product * { box-sizing: border-box; } .ps-product { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: #1a1a1a; line-height: 1.7; font-size: 16px; } .ps-product h2, .ps-product h3, .ps-product h4 { font-family: 'Playfair Display', Georgia, serif; color: #1A3A5C; line-height: 1.25; } .ps-product h2 { font-size: 26px; font-weight: 700; margin: 32px 0 16px; letter-spacing: -0.3px; } .ps-product h3 { font-size: 20px; font-weight: 700; margin: 24px 0 10px; } .ps-product h4 { font-size: 17px; font-weight: 700; margin: 0 0 6px; } .ps-product p { margin: 0 0 14px; } .ps-product strong { font-weight: 600; color: #0F2740; } .ps-product ul { list-style: none !important; padding-left: 0 !important; margin: 14px 0; } .ps-product ul li { position: relative; padding: 8px 0 8px 22px; line-height: 1.5; list-style: none !important; font-size: 15px; } .ps-product ul li::marker { content: "" !important; display: none !important; } .ps-product ul li::before { content: ""; position: absolute; left: 0; top: 15px; width: 7px; height: 7px; background: #C8102E; border-radius: 50%; } .ps-intro { background: linear-gradient(135deg, #1A3A5C 0%, #0F2740 100%); color: #fff; padding: 28px 32px; border-radius: 8px; margin: 0 0 24px; position: relative; overflow: hidden; } .ps-intro-eyebrow { font-family: 'Inter'; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #C8102E; margin-bottom: 10px; } .ps-intro h2 { color: #fff; font-size: 24px; margin: 0 0 10px; } .ps-intro p { color: rgba(255,255,255,0.85); margin: 0; font-size: 15px; } .ps-meters { background: #FFF; border: 2px solid #1A3A5C; border-radius: 10px; padding: 24px 26px; margin: 24px 0; } .ps-meters-header { text-align: center; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #E1E8F0; } .ps-meters-eyebrow { font-family: 'Inter'; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #C8102E; margin-bottom: 6px; } .ps-meters-header h3 { margin: 0; font-size: 20px; } .ps-meter { margin: 20px 0; } .ps-meter:first-of-type { margin-top: 0; } .ps-meter:last-of-type { margin-bottom: 0; } .ps-meter-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; } .ps-meter-label { font-family: 'Inter'; font-weight: 700; color: #1A3A5C; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; } .ps-meter-value { font-family: 'Playfair Display'; font-weight: 900; color: #C8102E; font-size: 24px; line-height: 1; } .ps-meter-value-unit { font-family: 'Inter'; font-size: 12px; color: #6B7785; font-weight: 500; margin-left: 3px; } .ps-meter-bar-wrap { position: relative; } .ps-meter-bar { height: 12px; background: linear-gradient(to right, #4A90E2 0%, #7CB342 35%, #FFC107 65%, #C8102E 100%); border-radius: 6px; position: relative; } .ps-meter-indicator { position: absolute; top: -5px; width: 22px; height: 22px; background: #1A3A5C; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,0.2); transform: translateX(-50%); } .ps-meter-scale { display: flex; justify-content: space-between; margin-top: 6px; font-size: 10px; color: #6B7785; font-weight: 500; } .ps-meter-tag { display: inline-block; margin-top: 8px; padding: 3px 10px; background: #F5F8FB; border-radius: 4px; font-size: 12px; color: #1A3A5C; font-weight: 600; } .ps-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; background: #F5F8FB; padding: 20px 24px; border-radius: 8px; border: 1px solid #E1E8F0; } .ps-specs-item { padding: 6px 0; font-size: 14px; } .ps-specs-label { font-weight: 600; color: #1A3A5C; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; } .ps-specs-value { color: #4A5A6B; } .ps-tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; } .ps-tech { background: #F5F8FB; border-radius: 8px; padding: 16px 18px; border: 1px solid #E1E8F0; } .ps-tech h4 { color: #1A3A5C; margin: 0 0 4px; font-size: 15px; } .ps-tech p { margin: 0; font-size: 13px; line-height: 1.5; color: #4A5A6B; } .ps-fit { background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%); border-left: 4px solid #2E7D32; padding: 20px 24px; border-radius: 6px; margin: 20px 0; } .ps-fit h3 { margin: 0 0 10px; color: #1B5E20; font-size: 18px; } .ps-fit ul { margin: 0; } .ps-fit ul li { font-size: 14px; padding: 5px 0 5px 20px; } .ps-fit ul li::before { background: #2E7D32; top: 12px; } .ps-cta { background: linear-gradient(135deg, #1A3A5C 0%, #0F2740 100%); color: #fff; padding: 24px 28px; border-radius: 8px; margin: 24px 0; text-align: center; } .ps-cta h3 { color: #fff; margin: 0 0 8px; font-size: 20px; } .ps-cta p { color: rgba(255,255,255,0.85); margin: 0 0 14px; font-size: 14px; } .ps-cta-button { display: inline-block; background: #C8102E; color: #fff !important; padding: 12px 28px; border-radius: 6px; font-weight: 700; text-decoration: none; font-size: 15px; } @media (max-width: 640px) { .ps-intro { padding: 22px 20px; } .ps-intro h2 { font-size: 20px; } .ps-meters { padding: 20px 18px; } .ps-specs { grid-template-columns: 1fr; padding: 16px 20px; } .ps-tech-grid { grid-template-columns: 1fr; } .ps-cta { padding: 20px 22px; } } MEASURED BY PADELSHOP Head Gravity Motion The softest and most manoeuvrable Gravity in the range. Exceptionally soft hardness combined with an extremely low swingweight. For female players and men who want maximum comfort and fast reactions. The Head Gravity Motion is the motion variant of the Gravity platform, optimised for maximum manoeuvrability and comfort. The very soft hardness of 58 falls in the 55-60 segment of our scale and delivers an exceptionally long ball contact. The extremely low swingweight of 147 is one of the lowest we have measured. The racket feels like an extension of the arm and offers no resistance whatsoever on a quick swing. For female players who build their game on technique and speed, and for men with a sensitive wrist or elbow needing maximum dampening without giving up the Gravity DNA. OUR MEASUREMENTS What we measured Hardness 58/ 75 50 extremely soft 62 soft 75 extremely hard Very soft (55-60 on our scale) Swingweight 147/ 185 140 weight near hand 162 neutral 185 weight in head Extremely manoeuvrable, weight very strongly toward hand Specifications Weight range 345 - 360 g Shape Round Balance Low Face material Graphite Core Comfort Foam Level Intermediate Playing style Control / defensive Series Gravity Motion Key technologies Comfort Foam core Extra soft foam for an exceptionally long ball contact and maximum comfort on every hit. Graphite face Controlled response with precise feedback. Balances softness with placement control. Ultra-low balance Weight very strongly toward the hand for maximum manoeuvrability and quick reactions. Round shape Generous sweet spot in the middle of the face. Forgiving on shots that aren't perfect. Who this racket is for Female players seeking maximum comfort and the fastest reactions in the Gravity line Men with a sensitive wrist or elbow needing maximum dampening Those getting older and switching to a racket that has less impact on the body Control players who build their game on technique and positioning Players who spend a lot of time at the net and value reaction speed over power Test before you buy Play this racket on court for 29.95 euros before making a final decision. Book a racket test
More you might like
Related
HEAD Gravity Motion 2024
Related
Head Gravity Motion 2024
Related
Head Gravity Motion 2024
Related