mzJJUZsy
{
“@context”: “https://schema.org”,
“@type”: “Product”,
“name”: “R9 9-Speed Rear Derailleur – microSHIFT R9 Rear Derailleur”,
“brand”: {
“@type”: “Brand”,
“name”: “microSHIFT”
},
“description”: “The microSHIFT R9 9-speed rear derailleur delivers crisp, reliable shifting for road and touring bikes. Designed for precise gear changes and long-lasting performance, it’s an ideal upgrade or replacement for 9-speed drivetrains.”,
“sku”: “RD-R42L-BK”,
“mpn”: “RD-R42L-BK”,
“offers”: {
“@type”: “Offer”,
“price”: “31.99”,
“priceCurrency”: “USD”,
“itemCondition”: “https://schema.org/NewCondition”,
“availability”: “https://schema.org/InStock”
},
“image”: [
“https://example.com/images/microshift-r9-derailleur-1.jpg”,
“https://example.com/images/microshift-r9-derailleur-2.jpg”,
“https://example.com/images/microshift-r9-derailleur-3.jpg”
]
}
* {
font-family: ‘Lato’, sans-serif;
}
body {
font-family: ‘Lato’, sans-serif;
font-size: 16px;
line-height: 1.428571429;
color: #333;
background-color: white;
margin: 20px;
}
.product-wrap {
max-width: 1100px;
margin: 0 auto;
background: #fff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 20px 0;
}
.gallery img {
max-width: 200px;
height: auto;
border-radius: 8px;
border: 1px solid #eaeaea;
transition: 0.2s;
}
.gallery img:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
h1 {
font-weight: 700;
font-size: 1.8rem;
margin: 0 0 6px 0;
color: #1a1a1a;
}
.brand-tag {
color: #0073aa;
font-weight: 600;
letter-spacing: 0.3px;
}
.price {
font-size: 1.9rem;
font-weight: 700;
color: #2c6b2f;
margin: 12px 0 8px;
}
.price small {
font-size: 1rem;
font-weight: 400;
color: #555;
}
.specs-table {
width: