MERIDA BIG NINE 500 M RED
MERIDA BIG NINE 500 M RED
With almost 50 years of design and manufacturing experience behind it, bikes like the BIG.NINE 500 create the backbone of our range. This 29er aluminium hardtail combines quality, know-how and riding fun, all in one!
SPECIFICATIONS:
BIG NINE TFS III
29 wheelsize
Material: Aluminum
135 x 9mm axle standard
BSA bottom bracket standard
Manitou Markhor Comp
Air
100 mm suspension travel
Tapered
Lockout
51mm fork offset
Shimano M4100
2 piston
Shimano RT10
180mm
160mm
MERIDA M4455
MERIDA EXPERT CC
Material: Aluminium
720mm width
10 mm rise
MERIDA COMP CC
Material: Aluminium
31.8 mm diameter
7° stem angle
70 mm-S, 80 mm-M, 90 mm-L, 100 mm-XL, 110 mm-XXL
MERIDA COMP EC
Shimano Deore M5120 Shadow+
SGS
Shimano Deore
MERIDA COMP CC
Material Aluminium
30.9mm diameter
0mm setback
Material: Aluminium
MERIDA COMP SL
V-Mount
Shimano BB52 BSA
VP VPE-891
KMC X11
Shimano Deore M5100
36-26 teeth
170 mm-S, 175 mm-M up
Shimano Deore M5100
11-42 teeth
11 speed
Maxxis Ikon
29 x 2.2
Wire
GEOMETRIES:
.card-accordion {
position: relative;
overflow:hidden;
border: 1px solid #e6e6e6;
border-radius: 8px;
transition: 0.15s ease-in-out;
margin: 15px;
color: #4f4f4f;
&:hover {
box-shadow: 0 1px 6px rgba(0,0,0,.12);
}
.bottom{
margin-bottom:2%!important;
}
.card-accordion-checkbox {
position: absolute;
opacity: 0;
z-index: -1;
}
.card-accordion-label {
display: block;
padding: 10px 40px;
position: relative;
cursor: pointer;
&::after {
content: “\f067”;
font-family: FontAwesome;
font-size: 0.75rem;
position: absolute;
top: 11px;
right: 30px;
color: #828282;
transition: 0.15s ease-in-out;
transform-origin: center center;
}
}
.card-accordion-content {
max-height: 0;
opacity: 0;
overflow: hidden;
transition: 0.3s;
.card-accordion-content-inner p{
padding: 0px 0px 0px 40px;
margin-bottom: 0px ! Important;
}
}
input:checked ~ .card-accordion-content {
max-height: 20em;
opacity: 1;
}
input:checked ~ .card-accordion-label::after {
transform: rotate(45deg);
}
}