Head Gravity Pro 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 Pro The signature control racket of Bea González. Very soft hardness and low swingweight make this ideal for players who play on technique and positioning, and for men looking for a lightweight control racket. The Head Gravity Pro is the signature racket of professional Bea González and is known as one of the most-used control rackets on the women's circuit. The very soft hardness of 60 delivers long ball contact and maximum control over shot placement. The low swingweight of 152 makes the racket exceptionally manoeuvrable, particularly at the net and on defensive shots. For intermediate to advanced female players who build their game on technique and positioning, and for men switching to a lighter and softer control racket, the Gravity delivers exactly what you need. OUR MEASUREMENTS What we measured Hardness 60/ 75 50 extremely soft 62 soft 75 extremely hard Very soft (55-60 on our scale) Swingweight 152/ 185 140 weight near hand 162 neutral 185 weight in head Highly manoeuvrable, weight near hand Specifications Weight range 355 - 370 g Shape Round Balance Low Face material Graphite Core Comfort Foam Level Intermediate to advanced Playing style Control / defensive Series Gravity Key technologies Comfort Foam core Soft foam for maximum ball comfort and longer contact time on defensive shots. Graphite face Forgiving, controlled response with a precisely placeable hit feel. Round shape Generous sweet spot in the middle of the face. Forgives shots that aren't perfect. Elastomer vibration dampening Dampening inserts in the frame reduce shock to wrist and elbow. Who this racket is for Intermediate to advanced female players who value control and precision over brute power Men switching to a lighter and softer control racket Defensive players who build their game on technique and positioning Those with wrist or elbow issues who want the racket as comfortable as possible Fans of Bea González who want to play her signature racket 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 Pro 2024
Related
Head Gravity Pro 2024
Related
HEAD GRAVITY PRO 2024
Related