SPECIFICATIONS
Frameset
Frame
Felt AeroRoad 3.0 | UHC Advanced + TeXtreme carbon fibre
Additional Information
Extras
Compliance Channel aero seatpost covers / Carbon assembly paste
Weight
2.35 kg
/* Mobiel styles */
.specifications-section {
column-count: 1;
color: #001128;
padding: 2rem 2rem;
background-color: #f9f9f9;
}
.specs-wrapper {
padding-bottom: 2rem;
break-inside: avoid;
}
h3.spec-title {
font-weight: bold;
font-size: 2.2rem;
padding-bottom: 1rem;
border-bottom: 1px solid darkgrey;
}
.spec-item_info {
font-size: 14px;
color:rgb(66, 66, 66);
}
.specs-item {
display: flex;
padding-bottom: 1.5rem;
align-items: center;
.specs-item_label {
width: 40%;
font-size: 16px;
font-weight: bold;
padding-right: 1rem;
letter-spacing: 0.2px;
}
.spec-item_info {
width: 60%;
font-size: 14px;
color:rgb(66, 66, 66);
}
}
/* Desktop styles */
@media screen and (min-width: 990px) {
.specifications-section {
column-count: 2;
column-gap: 8rem;
padding: 4rem 4rem;
}
h3.spec-title {
margin-top: 0;
}
}



