Tienda
SRP® Sim Racing Ecosystem
Industrial-grade pneumatic pedals, precision upgrades, and official gear engineered for ultimate telemetry and control.
Accessories
Upgrades
Apparel & Gear
High-End Pedals
SRP® GT-R Pedals
The gold standard in pneumatic precision.
Configure →
New Edition

SRP® GT-S Pedals
The new benchmark for GT racing.
SRP® Formula-R
Absolute open-wheel control.
Configure →
Performance Accessories
Haptic Vibration Kit
Feel ABS and traction loss directly at your feet.
Adjustable Heel Rest
Perfect foot positioning and ergonomics.
GT-S Baseplate
Rock-solid mounting for aluminum profiles.
Colored Pedal Plates
Custom GT & Formula keys in iconic colors.
View Details →
Hardware Upgrades
GT-S Clutch Kit
Convert 2-pedal setups to a 3-pedal ecosystem.
R Piston V1-V3 to V5
Upgrade legacy GT pedals to the R-Piston standard.
Brake Travel Regulator
Precision stroke adjustment (15mm to 45mm).
Inverted Pedals Kit
Mount your pedals in a real-world suspended layout.
View Details →
Apparel & Gear
SRP® Racing Gloves
Maximum grip for intense driving sessions.
SRP® Official T-Shirt
Pro driver apparel. Wear the speed.
Cockpit Carpet
Protect your floor and define your simulation area.
View Gear →
/* ============================================================
SRP® MAIN STOREFRONT – PREMIUM DARK CSS
============================================================ */
.srp-store-wrapper {
background-color: #000000;
color: #ffffff;
font-family: ‘Verdana’, sans-serif;
max-width: 1300px;
margin: 0 auto;
padding: 20px;
}
/* — HERO SECTION — */
.srp-store-hero {
text-align: center;
padding: 60px 20px;
background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
border-radius: 6px;
border: 1px solid rgba(255,255,255,0.05);
margin-bottom: 40px;
}
.srp-label {
display: inline-block;
color: #FF5A00;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 15px;
border-bottom: 2px solid #FF5A00;
padding-bottom: 5px;
}
.srp-store-hero h1 {
font-size: clamp(32px, 5vw, 50px);
font-weight: 900;
margin: 0 0 15px 0;
text-transform: uppercase;
color: #ffffff;
letter-spacing: -1px;
}
.srp-store-hero h1 span { color: #aaaaaa; }
.srp-store-hero p {
color: #888888;
font-size: 16px;
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}
/* — NAVIGATION FILTERS — */
.srp-store-nav {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 50px;
}
.srp-store-nav a {
color: #aaaaaa;
text-decoration: none;
font-size: 13px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
padding: 10px 25px;
border: 1px solid rgba(255,255,255,0.1);
border-radius: 40px;
transition: all 0.3s ease;
background: #0a0a0a;
}
.srp-store-nav a:hover {
color: #000000;
background: #FF5A00;
border-color: #FF5A00;
transform: translateY(-2px);
}
/* — PRODUCT SECTIONS — */
.srp-store-section {
margin-bottom: 80px;
}
.srp-section-title {
font-size: 24px;
font-weight: 800;
text-transform: uppercase;
color: #ffffff;
border-bottom: 1px solid rgba(255,255,255,0.1);
padding-bottom: 15px;
margin-bottom: 30px;
display: flex;
align-items: center;
}
.srp-section-title::before {
content: “”;
display: inline-block;
width: 6px;
height: 24px;
background-color: #FF5A00;
margin-right: 15px;
}
/* — GRID & CARDS — */
.srp-product-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
}
.srp-product-card {
position: relative;
background: #0a0a0a;
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 6px;
overflow: hidden;
text-decoration: none;
display: flex;
flex-direction: column;
transition: all 0.3s ease;
}
.srp-product-card:hover {
transform: translateY(-5px);
border-color: rgba(255, 90, 0, 0.4);
box-shadow: 0 15px 35px rgba(255, 90, 0, 0.1);
}
.srp-card-badge {
position: absolute;
top: 15px;
right: 15px;
font-size: 10px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
padding: 5px 10px;
border-radius: 3px;
z-index: 10;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.srp-card-badge.hot { background: #FF5A00; color: #000; }
.srp-card-badge.new { background: #ffffff; color: #000; }
.srp-card-img {
width: 100%;
height: 220px;
background: #000000;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
overflow: hidden;
}
.srp-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.srp-product-card:hover .srp-card-img img {
transform: scale(1.08);
}
.srp-card-body {
padding: 25px 20px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.srp-card-body h3 {
color: #ffffff;
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
margin: 0 0 10px 0;
letter-spacing: 0.5px;
transition: color 0.3s ease;
}
.srp-card-body p {
color: #888888;
font-size: 13px;
line-height: 1.5;
margin: 0 0 20px 0;
flex-grow: 1;
}
.srp-product-card:hover .srp-card-body h3 { color: #FF5A00; }
.srp-card-action {
display: inline-block;
align-self: flex-start;
color: #FF5A00;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
border: 1px solid rgba(255, 90, 0, 0.3);
padding: 8px 18px;
border-radius: 3px;
transition: all 0.3s ease;
}
.srp-card-action span {
margin-left: 5px;
transition: margin-left 0.3s ease;
}
.srp-product-card:hover .srp-card-action {
background: #FF5A00;
color: #000000;
}
.srp-product-card:hover .srp-card-action span { margin-left: 10px; }
/* — RESPONSIVE — */
@media (max-width: 768px) {
.srp-store-hero { padding: 40px 15px; }
.srp-store-nav { gap: 10px; margin-bottom: 30px; }
.srp-store-nav a { font-size: 11px; padding: 8px 15px; }
.srp-section-title { font-size: 20px; }
.srp-product-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 15px; }
.srp-card-img { height: 150px; }
.srp-card-body { padding: 15px; }
.srp-card-body h3 { font-size: 13px; }
.srp-card-body p { display: none; } /* Se oculta texto secundario en móvil para ahorrar espacio */
.srp-card-action { font-size: 10px; padding: 6px 12px; }
}
Showing 1–12 of 31 results
-

Protected: Clutch SRP-P3 without accessories
74,00 € Read more -

SRP® 2p GT / Formula V3 to V5
42,00 € Add to basket -

SRP® 3p V1-V2 to V5
153,32 € Add to basket -

SRP® Accelerator Extension Inverted Kit
0,00 € Configure your pedals -

SRP® Brake Pedal Travel Regulator V5 | Fine-Tune SimRacing Performance
0,00 € Configure your pedals -

SRP® Brake Travel Regulator | Precision Adjustment
64,00 € Add to basket -

SRP® Extension for SimRacing pedals Keys | GT-R | Formula-R | GT-S
0,00 € Configure your pedals -

SRP® Foot Rest
Read more -

SRP® FootRest
0,00 € Configure your pedals -

SRP® Formula-R Sim Racing Pedals | True F1 Pneumatic Physics
0,00 € Configure your pedals -

SRP® GT-R Clutch Kit
0,00 € Configure your pedals -

SRP® GT-R Pneumatic Pedals | Professional Sim Racing Hardware
0,00 € Configure your pedals












