State Bicycle Co. 4130 Matte Olive | Tracklocross & Urban Fixed Gear
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is the standover height of the 4130 frame?", "acceptedAnswer": { "@type ": "Answer", "text": "Standover height ranges from 29.1\" on the 49cm frame to 33.7\" on the 62cm frame. We recommend measuring your actual inseam to ensure at least 1 inch of clearance over the top tube." } }, { "@type": "Question", "name": "Can I ride this bike if I’ve never ridden a fixie before?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Every 4130 ships with a Flip-Flop Hub, allowing you to easily switch between Fixed Gear and a standard Single-Speed Freewheel that allows you to coast." } }, { "@type": "Question", "name": "Does the Matte Olive model come with brakes?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, this model includes both front and rear dual-pivot caliper brakes and levers, making it 100% street-legal and safe for urban riding." } }, { "@type": "Question", "name": "What is the benefit of a 4130 Chromoly Steel frame?", "acceptedAnswer": { "@type": "Answer", "text": "4130 Chromoly is double-butted steel that is stronger and lighter than high-tensile steel, offering superior vibration dampening for a smoother ride on rough pavement." } }, { "@type": "Question", "name": "What is the gear ratio on the 4130 Matte Olive?", "acceptedAnswer": { "@type": "Answer", "text": "The bike features a 46x16 gear ratio. This setup is optimized for city commuting and light gravel, providing a balanced blend of climbing torque and flat-land speed." } }, { "@type": "Question", "name": "How much does the 4130 Fixed Gear weigh?", "acceptedAnswer": { "@type": "Answer", "text": "The average weight is approximately 23 lbs 7 oz for a 55cm frame with riser bars, providing a stable and planted feel in city traffic compared to lighter aluminum models." } }, { "@type": "Question", "name": "How often should I tension the chain?", "acceptedAnswer": { "@type": "Answer", "text": "We recommend checking tension every 100–200 miles. Horizontal dropouts allow for easy adjustment to prevent chain drop and ensure a quiet drivetrain." } }, { "@type": "Question", "name": "What tire pressure should I run in the stock tires?", "acceptedAnswer": { "@type": "Answer", "text": "We recommend 90–110 PSI depending on your terrain. Lower pressure increases comfort on bumpy gravel roads, while higher pressure minimizes rolling resistance for maximum speed on pavement." } } ] } /* 1. Global CSS & Layout Brand Colors: Green: #5f7038 Yellow: #E3B123 (Belcopia Logo Lightning Bolt) */ [data-belcopia-product] { font-family: Futura, "Trebuchet MS", Arial, sans-serif; line-height: 1.6; color: #333; overflow-x: hidden; background-color: #fff; } /* Image Protection Layer */ [data-belcopia-product] img { -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; -webkit-touch-callout: none; user-select: none; } /* Content Protection Utility */ [data-belcopia-product] .protected-zone { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Image Lightbox Modal */ [data-belcopia-product] .belcopia-modal { display: none; position: fixed; z-index: 99999; left: 0; top: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); opacity: 0; transition: opacity 0.3s ease; } [data-belcopia-product] .belcopia-modal.show { display: block; opacity: 1; } [data-belcopia-product] .belcopia-modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.95); margin: auto; max-width: 90vw; max-height: 85vh; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.5); object-fit: contain; transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); } [data-belcopia-product] .belcopia-modal.show .belcopia-modal-content { transform: translate(-50%, -50%) scale(1); } [data-belcopia-product] .belcopia-modal-close { position: absolute; top: 20px; right: 30px; z-index: 100000; color: #fff; font-size: 45px; font-weight: bold; cursor: pointer; transition: color 0.3s ease; text-shadow: 0 2px 4px rgba(0,0,0,0.5); } [data-belcopia-product] .belcopia-modal-close:hover { color: #E3B123; } /* Premium Animations */ @keyframes fadeLoadIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes metallicShimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } } @keyframes bounceRight { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } } /* 2. "At a Glance" Icon Bar */ [data-belcopia-product] .at-a-glance-bar { background-color: #212121; color: #fff; padding: 12px 10px; /* Protection Layer for Text */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } [data-belcopia-product] .glance-container { display: flex; justify-content: space-around; text-align: center; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; gap: 15px; } [data-belcopia-product] .glance-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 0.8em; min-width: 90px; cursor: default; opacity: 0; /* Hidden for load-in */ transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); } /* Cascading Load-in delays */ [data-belcopia-product] .glance-item:nth-child(1) { animation: fadeLoadIn 0.6s ease-out 0.1s forwards; } [data-belcopia-product] .glance-item:nth-child(2) { animation: fadeLoadIn 0.6s ease-out 0.2s forwards; } [data-belcopia-product] .glance-item:nth-child(3) { animation: fadeLoadIn 0.6s ease-out 0.3s forwards; } [data-belcopia-product] .glance-item:nth-child(4) { animation: fadeLoadIn 0.6s ease-out 0.4s forwards; } [data-belcopia-product] .glance-item:nth-child(5) { animation: fadeLoadIn 0.6s ease-out 0.5s forwards; } @media (hover: hover) { [data-belcopia-product] .glance-item:hover { transform: translateY(-3px) scale(1.05); } } [data-belcopia-product] .glance-item img { width: 36px; height: 36px; filter: brightness(0) invert(1); object-fit: contain; } [data-belcopia-product] .glance-title { font-weight: bold; color: #fff; text-transform: uppercase; font-size: 0.85em; letter-spacing: 0.5px; } [data-belcopia-product] .glance-desc { color: #ccc; font-size: 0.85em; } /* 3. Hero Image Section */ [data-belcopia-product] .hero-image-section { position: relative; height: 55vh; min-height: 350px; max-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background-color: #000; } [data-belcopia-product] .hero-image-section img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: 1; opacity: 0.85; } [data-belcopia-product] .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 60%); z-index: 2; } [data-belcopia-product] .hero-content { position: relative; z-index: 3; color: #fff; padding: 20px; } [data-belcopia-product] .hero-content h2 { font-size: 2.8em; font-weight: 900; /* Bolder standard */ margin: 0 0 5px 0; line-height: 1.1; text-transform: uppercase; letter-spacing: 1px; opacity: 0; /* For load-in */ /* Belcopia Yellow Metallic Shimmer */ -webkit-text-stroke: 1px #ffffff; /* White border to pop off dark background */ background: linear-gradient(90deg, #E3B123 0%, #FFF8D6 25%, #E3B123 50%, #FFF8D6 75%, #E3B123 100%); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.8)); animation: fadeLoadIn 0.8s ease-out 0.2s forwards, metallicShimmer 4s linear infinite; } @media (min-width: 768px) { [data-belcopia-product] .hero-content h2 { font-size: 4.2em; } } [data-belcopia-product] .hero-content .product-subtitle { font-size: 1.5em; font-weight: bold; display: block; letter-spacing: 0.5px; opacity: 0; /* For load-in */ /* Metallic Shimmer & Charcoal Stroke */ -webkit-text-stroke: 0.5px #333; background: linear-gradient(90deg, #E3B123 0%, #FFF8D6 25%, #E3B123 50%, #FFF8D6 75%, #E3B123 100%); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.8)); animation: fadeLoadIn 0.8s ease-out 0.4s forwards, metallicShimmer 4s linear infinite; } /* 4. Main Content & Section Styling */ [data-belcopia-product] .page-content { max-width: 1200px; margin: 0 auto; padding: 10px 20px; } [data-belcopia-product] h3 { font-size: 2em; font-weight: bold; color: #5f7038; border-bottom: 2px solid #eee; padding-bottom: 8px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; position: relative; } /* Animated Underline */ [data-belcopia-product] h3::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #5f7038; transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); } @media (hover: hover) { [data-belcopia-product] .bordered-section:hover h3::after, [data-belcopia-product] .unbordered-section:hover h3::after { width: 100%; } } [data-belcopia-product] h4 { font-size: 1.5em; font-weight: bold; color: #2c2c2c; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; border-left: 3px solid #E3B123; /* Belcopia Yellow Accent */ padding-left: 10px; } [data-belcopia-product] .unbordered-section { padding: 25px 0; border: none; } [data-belcopia-product] .description-emphasis { font-style: italic; font-weight: bold; color: #5f7038; } [data-belcopia-product] .sub-headline { font-size: 1.8em; font-weight: bold; font-style: italic; color: #5f7038; text-align: center; margin: 0 0 15px 0; } /* 5. Two-Column Layout Sections */ [data-belcopia-product] .two-col-container { display: grid; grid-template-columns: 1fr; align-items: center; gap: 30px; } @media (min-width: 768px) { [data-belcopia-product] .two-col-container { grid-template-columns: 1fr 1fr; } [data-belcopia-product] .two-col-container.reverse > :first-child { order: 2; } [data-belcopia-product] .two-col-container.reverse > :last-child { order: 1; } } [data-belcopia-product] .two-col-container img { width: 100%; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); display: block; overflow: hidden; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); } @media (hover: hover) { [data-belcopia-product] .two-col-container img:hover { transform: scale(1.02); } } [data-belcopia-product] .two-col-list { list-style: none; padding: 0; } [data-belcopia-product] .two-col-list li { display: flex; align-items: flex-start; margin-bottom: 12px; } [data-belcopia-product] .two-col-list li::before { content: '✓'; color: #E3B123; font-size: 1.5em; line-height: 1.2; margin-right: 15px; font-weight: bold; } /* Belcopia Yellow Accent */ /* 6. Features Scroller */ [data-belcopia-product] .features-scroller { display: flex; overflow-x: auto; padding-bottom: 25px; scrollbar-width: thin; scrollbar-color: #5f7038 #e0e0e0; } [data-belcopia-product] .features-scroller::-webkit-scrollbar { height: 10px; } [data-belcopia-product] .features-scroller::-webkit-scrollbar-track { background: #e0e0e0; border-radius: 6px; } [data-belcopia-product] .features-scroller::-webkit-scrollbar-thumb { background-color: #5f7038; border-radius: 6px; border: 2px solid #e0e0e0; } [data-belcopia-product] .feature-card { flex: 0 0 280px; margin-right: 20px; background-color: #f9f9f9; border-radius: 12px; border: 1px solid #eee; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.04); display: flex; flex-direction: column; transition: transform 0.4s ease, box-shadow 0.4s ease; cursor: pointer; scroll-snap-align: start; } @media (hover: hover) { [data-belcopia-product] .feature-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.12); } [data-belcopia-product] .feature-card:hover img { transform: scale(1.06); } } [data-belcopia-product] .feature-card img { width: 100%; height: 190px; object-fit: cover; display: block; transition: transform 0.5s ease; cursor: zoom-in; /* Interactive cursor for pop-up */ } [data-belcopia-product] .feature-card-content { padding: 15px; flex-grow: 1; background: #f9f9f9; position: relative; z-index: 2; } [data-belcopia-product] .feature-card h4 { margin: 0 0 8px 0; color: #E3B123; /* Belcopia Yellow Accent */ font-size: 1.1em; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; border-left: none; padding-left: 0; } [data-belcopia-product] .feature-card p { font-size: 0.85em; color: #555; margin: 0; line-height: 1.5; } /* Scroll Hint Text */ [data-belcopia-product] .scroll-hint { font-size: 0.85em; color: #E3B123; /* Belcopia Yellow Accent */ font-style: italic; text-align: right; margin-bottom: 8px; display: block; font-weight: bold; animation: bounceRight 1.5s infinite; } @media (min-width: 992px) { [data-belcopia-product] .scroll-hint { display: none; } } /* 8. Video Grid */ [data-belcopia-product] .video-grid { display: grid; grid-template-columns: 1fr; gap: 15px; width: 100%; max-width: 1000px; margin: 0 auto; } @media (min-width: 768px) { [data-belcopia-product] .video-grid { grid-template-columns: 1fr 1fr; } } [data-belcopia-product] .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); background-color: #000; } [data-belcopia-product] .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;} /* 9. Data Tables (New Responsive Setup) */ [data-belcopia-product] .table-wrapper { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 25px; border-radius: 8px; border: 1px solid #ddd; } [data-belcopia-product] .spec-table { width: 100%; border-collapse: collapse; min-width: 700px; } [data-belcopia-product] .spec-table th, [data-belcopia-product] .spec-table td { border: 1px solid #ddd; padding: 12px; text-align: left; font-size: 0.9em; } [data-belcopia-product] .spec-table th { background-color: #f9f9f9; font-weight: bold; text-transform: uppercase; font-size: 0.8em; letter-spacing: 0.5px; color: #2c2c2c; } [data-belcopia-product] .spec-table.two-col th { width: 30%; } [data-belcopia-product] .spec-table tr:nth-child(even) { background-color: #fcfcfc; } [data-belcopia-product] .table-note { font-size: 0.8em; color: #666; font-style: italic; margin-top: 5px;} /* 10. List Section */ [data-belcopia-product] .list-section ul { list-style: none; padding: 0; margin-top: 10px; } [data-belcopia-product] .list-section li { display: flex; flex-direction: column; padding-left: 35px; position: relative; margin-bottom: 15px; } [data-belcopia-product] .list-section li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #E3B123; font-size: 1.6em; line-height: 1; } /* Belcopia Yellow Accent */ [data-belcopia-product] .list-section .item-title { font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; color: #2c2c2c;} [data-belcopia-product] .list-section .item-desc { font-size: 0.85em; color: #555; } /* 11. Minimalist Line Accordion Section */ [data-belcopia-product] .accordion-wrapper { margin: 40px 0; border-top: 1px solid #eee; } [data-belcopia-product] details.accordion-item { background-color: transparent; border: none; border-bottom: 1px solid #eee; margin-bottom: 0; overflow: hidden; } [data-belcopia-product] details.accordion-item summary { padding: 24px 45px 24px 0; font-size: 1.6em; font-weight: 500; color: #1a1a1a; cursor: pointer; position: relative; outline: none; list-style: none; margin: 0; transition: color 0.3s ease; } [data-belcopia-product] details.accordion-item summary:hover, [data-belcopia-product] details.accordion-item[open] summary { color: #5f7038; /* Brand Green on hover/open */ } [data-belcopia-product] details.accordion-item summary::-webkit-details-marker { display: none; } [data-belcopia-product] details.accordion-item summary::after { content: ''; position: absolute; right: 15px; top: 50%; width: 12px; height: 12px; border-right: 2px solid #1a1a1a; border-bottom: 2px solid #1a1a1a; transform: translateY(-70%) rotate(45deg); transition: transform 0.3s ease, border-color 0.3s ease; } [data-belcopia-product] details.accordion-item[open] summary::after { transform: translateY(-30%) rotate(-135deg); border-color: #5f7038; } [data-belcopia-product] .accordion-content { padding: 0 0 30px 0; background-color: transparent; border-top: none; } [data-belcopia-product] .accordion-content h4 { margin-top: 15px; } /* 12. Minimalist FAQ Items */ [data-belcopia-product] .accordion-content.faq-container { padding-top: 10px; } [data-belcopia-product] details.faq-item { background-color: transparent; border: none; border-bottom: 1px solid #f0f0f0; margin-bottom: 0; box-shadow: none; } [data-belcopia-product] details.faq-item:last-child { border-bottom: none; } [data-belcopia-product] details.faq-item summary { padding: 18px 45px 18px 0; font-size: 1.1em; font-weight: 500; color: #2c2c2c; cursor: pointer; position: relative; outline: none; list-style: none; margin: 0; line-height: 1.4; transition: color 0.3s ease; } [data-belcopia-product] details.faq-item summary:hover, [data-belcopia-product] details.faq-item[open] summary { color: #5f7038; } [data-belcopia-product] details.faq-item summary::-webkit-details-marker { display: none; } [data-belcopia-product] details.faq-item summary::after { content: ''; position: absolute; right: 15px; top: 50%; width: 10px; height: 10px; border-right: 2px solid #2c2c2c; border-bottom: 2px solid #2c2c2c; transform: translateY(-70%) rotate(45deg); transition: transform 0.3s ease, border-color 0.3s ease; } [data-belcopia-product] details.faq-item[open] summary::after { transform: translateY(-30%) rotate(-135deg); border-color: #5f7038; } [data-belcopia-product] .faq-answer { padding: 0 0 20px 0; font-size: 0.95em; color: #555; line-height: 1.6; margin: 0; border-top: none; } /* 13. Expert Insight & Technical Proof Grids */ [data-belcopia-product] .expert-insight { background-color: #fdfdfd; border-left: 4px solid #5f7038; padding: 25px; margin: 10px 0 30px 0; border-radius: 4px; box-shadow: 0 2px 10px rgba(0,0,0,0.02); } [data-belcopia-product] .expert-insight-quote { font-style: italic; font-weight: 500; font-size: 1.15em; color: #1a1a1a; margin: 0 0 12px 0; line-height: 1.5; } [data-belcopia-product] .expert-insight-attr { font-weight: bold; font-size: 0.85em; color: #5f7038; text-transform: uppercase; letter-spacing: 1px; } [data-belcopia-product] .three-col-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 20px; } @media (min-width: 768px) { [data-belcopia-product] .three-col-grid { grid-template-columns: repeat(3, 1fr); } } [data-belcopia-product] .tech-proof-card { background: #fff; border: 1px solid #eee; padding: 25px 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); transition: transform 0.4s ease, box-shadow 0.4s ease; position: relative; overflow: hidden; cursor: default; } /* Premium Hover Bottom Border Slide */ [data-belcopia-product] .tech-proof-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #E3B123; transition: width 0.4s ease; } @media (hover: hover) { [data-belcopia-product] .tech-proof-card:hover::after { width: 100%; } [data-belcopia-product] .tech-proof-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); } } [data-belcopia-product] .tech-proof-card h4 { color: #E3B123; /* Belcopia Yellow */ font-size: 1.1em; margin-bottom: 10px; border-left: none; padding-left: 0; } [data-belcopia-product] .tech-proof-card p { font-size: 0.9em; color: #555; margin: 0; line-height: 1.5; } Frame Material 4130 Chromoly Drivetrain Fixed / Single Speed Wheel Size 700c Weight 23 lb 7 oz Use Type Urban / Gravel State Bicycle 4130 Matte Olive Redesigned. Reinvented. Ready for Anything. "Strength without Compromise." The 4130 Steel Line earned its namesake from the double-butted 4130-grade chromoly steel used on the frame and fork that maximizes strength without making compromises on weight. Now with completely redesigned geometry to accommodate larger tire clearance and equipped with fork and seat stay rack mounts to be the perfect all-rounder. Whether you're navigating poorly maintained city roads, exploring gravel paths, or hitting light trails, this bike is built to handle it all with style and simplicity. "The 4130 Matte Olive is our ultimate rugged, utilitarian build. We used double-butted Chromoly not just for weight, but for its fatigue life—it’s designed to handle a decade of city potholes and gravel paths while the stealth olive finish stays looking sharp despite the daily grind." — State Bicycle Co. Product Team THIS IS THE TOOL FOR YOU IF... You want a bike that can handle rough city streets and gravel paths alike. You value the simplicity, reliability, and low maintenance of a single-speed drivetrain. You appreciate the strength and smooth ride quality of a premium steel frame. You need a versatile machine ready for racks, fenders, and daily utility. THE SOUL OF STEEL Double-Butted Durability The heart of this bike is its frame. We use double-butted 4130 Chromoly steel to create a chassis that is incredibly strong yet surprisingly light. Steel is renowned for its ability to absorb road vibration, providing a smooth, comfortable ride even when the pavement ends. With a TIG-welded frame and a "Wishbone" rear, it offers ample clearance for larger 38c tires, expanding your horizons beyond the tarmac. ULTIMATE VERSATILITY Fixed, Free, & Loaded Equipped with a sealed-bearing flip-flop hub, this bike lets you choose between riding fixed gear for maximum control or single-speed with a freewheel for easier coasting. The redesigned geometry and inclusion of fork and seat stay rack mounts turn this simple machine into a capable commuter or light tourer. It's the perfect blank canvas for your cycling adventures. KEY FEATURES *Note: Detail images feature our standard Matte Black model. Your bike will arrive in the official Matte Olive colorway. Swipe to see more >>> 4130 Chromoly Steel Double-butted steel frame and fork maximize strength while keeping weight low for a responsive ride. Flip-Flop Hub Includes a 16T freewheel and fixed gear cog, letting you easily switch between riding styles. All-Road Wheelset Tubeless compatible wheels with drilled 40mm high-flange hubs and sealed bearings for durability. Dual Caliper Brakes Includes front and rear caliper brakes out of the box, ensuring safe, reliable stopping power. Large Tire Clearance Accommodates up to 38x700c tires, allowing for comfort and traction on rougher terrain and gravel. Custom Handlebars Choose your cockpit: aggressive All-Road Flared Drops or comfortable, wide riser bars for upright city cruising. SEE IT IN ACTION WHY THIS BUILD MATTERS The 4130 isn't just about looks. It's meticulously engineered for urban and light gravel survival. Here is the technical breakdown of why this bike outperforms standard commuters. Double-Butted 4130 Steel Unlike standard high-tensile steel, our 4130 Chromoly features variable wall thickness. It maintains a staggering 100,000 PSI tensile strength at the joints while shaving off excess material in the center, resulting in a frame that is 20% lighter without sacrificing durability. 16 Unique Skid Patches If you ride fixed, you know the pain of burning through rear tires. Our optimized 46/16 gear ratio is mathematically engineered to distribute your stopping friction across 16 unique skid patches, effectively tripling your rear tire life compared to a standard 48/16 setup. Massive 38c Tire Clearance We designed the frame and fork with a "Wishbone" rear to fit high-volume 38c tires. This rubber acts as a "natural suspension" system, absorbing up to 35% more road vibration than traditional 25c commuter tires, turning brutal city potholes into minor bumps. Technical Specifications Frame Double-Butted 4130 Chromoly Steel, TIG Welded w/ "Wishbone" Rear Dropouts Horizontal Dropouts ft. Integrated Chain-Tensioners Wheel Set Tubeless compatible All-Road Wheelset, 40mm High-Flange Sealed Hubs Flip-Flop Hub Includes 16T Freewheel and Fixed Gear Cog Crankset Steel Forged Crank w/ 130 BCD, 170MM Arms, 46t Chain-ring Gear Ratio 46x16 Handlebars Choose All-Road Flared Gravel Drops or Wide-Risers Brakes Long Reach Brake Calipers (Front & Rear) Tires 38x700c (Not tubeless rated) Pedals Platform Pedals Included Sizing & Frame Geometry Rider Sizing Guide Frame Size Rider Height Inseam (in) 46 cm 5'3" - 5'6" 26.5" - 28.5" 49 cm 5'5" - 5'8" 28" - 29.5" 52 cm 5'7" - 5'10" 29" - 32" 55 cm 5'9" - 6'0" 31.5" - 34" 59 cm 5'11" - 6'3" 33.5" - 35.5" 62 cm 6'2" - 6'7" 35" - 37" Detailed Geometry Measurements Measurement 46cm 49cm 52cm 55cm 59cm 62cm Actual Top Tube Length 542mm 550mm 555mm 565mm 597mm 600mm BB Drop 65mm 65mm 65mm 65mm 65mm 65mm Chain Stay Length 434mm 434mm 434mm 434mm 434mm 434mm Complete Bike Wgt (D / R)* 9.3kg / 9.1kg 9.6kg / 9.4kg 10.36kg / 10.28kg 10.96kg / 10.78kg 11.61kg / 11.41kg 12.2kg / 12.05kg Crank Arm Length 170mm 170mm 170mm 170mm 170mm 170mm Effective Top Tube 542mm 550mm 555mm 565mm 597mm 600mm Fork Length 408mm 408mm 408mm 408mm 408mm 408mm Fork Offset 45mm 45mm 45mm 45mm 45mm 45mm Frame Set Weight 3230g 3260g 3340g 3380g 3440g 3570g Head Tube Length 95mm 95mm 95mm 105mm 140mm 160mm Head Tube Angle 72° 72° 72° 73.5° 73.5° 73.5° Reach 393mm 395mm 390mm 391mm 418mm 421mm Seat Tube 460mm 490mm 520mm 550mm 590mm 620mm Seat Tube Angle 74.5° 74.5° 74° 73° 73° 73° Stack 537mm 537mm 537mm 551mm 585mm 604mm Standover Height 755mm 769mm 801mm 823mm 838mm 863mm Wheel Base 1023mm 1025mm 1028mm 1011mm 1048mm 1050mm *Weight variants: D = Drop Bars, R = Riser Bars Frequently Asked Questions What is the standover height of the 4130 frame? Standover height ranges from 29.1" on the 49cm frame to 33.7" on the 62cm frame. We recommend measuring your actual inseam to ensure at least 1 inch of clearance over the top tube. Can I ride this bike if I’ve never ridden a fixie before? Yes. Every 4130 ships with a Flip-Flop Hub, allowing you to easily switch between Fixed Gear and a standard Single-Speed Freewheel that allows you to coast. Does the Matte Olive model come with brakes? Yes, this model includes both front and rear dual-pivot caliper brakes and levers, making it 100% street-legal and safe for urban riding. What is the benefit of a 4130 Chromoly Steel frame? 4130 Chromoly is double-butted steel that is stronger and lighter than high-tensile steel, offering superior vibration dampening for a smoother ride on rough pavement. What is the gear ratio on the 4130 Matte Olive? The bike features a 46x16 gear ratio. This setup is optimized for city commuting and light gravel, providing a balanced blend of climbing torque and flat-land speed. How much does the 4130 Fixed Gear weigh? The average weight is approximately 23 lbs 7 oz for a 55cm frame with riser bars, providing a stable and planted feel in city traffic compared to lighter aluminum models. How often should I tension the chain? We recommend checking tension every 100–200 miles. Horizontal dropouts allow for easy adjustment to prevent chain drop and ensure a quiet drivetrain. What tire pressure should I run in the stock tires? We recommend 90–110 PSI depending on your terrain. Lower pressure increases comfort on bumpy gravel roads, while higher pressure minimizes rolling resistance for maximum speed on pavement. What's In The Box State 4130 Matte OliveArrives 90% assembled. Just attach the front wheel, pedals, and handlebars. Pedal SetWellgo Alloy Pedals included. No need to buy aftermarket pedals. Braking SystemBoth Front and Rear caliper brakes are included in the box. × function openBelcopiaModal(src) { var modal = document.getElementById("belcopia-image-modal"); var modalImg = document.getElementById("belcopia-modal-img"); modal.classList.add("show"); modalImg.src = src; } function closeBelcopiaModal() { var modal = document.getElementById("belcopia-image-modal"); modal.classList.remove("show"); }
More you might like
Related
State Bicycle Co. 4130 Road
Related
State Bicycle Co 4130 Core-Line
Related
State Bicycle Co 4130 Core-Line
Related