Longview WA Auto Body Shop | Five Star Auto Body | Expert Collision Repair Longview Washington | Cowlitz County * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #374151; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Navigation */ .navbar { position: fixed; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid #f97316; z-index: 1000; padding: 0.25rem 0; backdrop-filter: blur(10px); } .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .nav-logo { display: flex; align-items: center; text-decoration: none; } .nav-logo img { height: 80px; width: auto; transition: transform 0.3s ease; } .nav-logo:hover img { transform: scale(1.05); } .nav-menu { display: flex; list-style: none; gap: 2rem; margin: 0; position: relative; } .nav-item { position: relative; } .dropdown { position: relative; } .dropdown-content { position: absolute; top: 100%; left: 0; background: white; min-width: 280px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); border-radius: 12px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1001; margin-top: 0.5rem; border: 1px solid rgba(249, 115, 22, 0.1); } .dropdown:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-content a { display: block; padding: 1rem 1.5rem; color: #374151; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; border-radius: 8px; margin: 0.3rem; } .dropdown-content a:hover { background: linear-gradient(45deg, #f97316, #ea580c); color: white; transform: translateX(5px); } .nav-link { color: #374151; text-decoration: none; font-weight: 500; padding: 0.5rem 0; transition: color 0.3s ease; } .nav-link:hover { color: #f97316; } .nav-cta { background: #f97316; color: white; padding: 0.5rem 1rem; border-radius: 25px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; } .nav-cta:hover { background: #ea580c; transform: translateY(-2px); } .mobile-menu-btn { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #374151; padding: 0.5rem; } .dropdown-toggle::after { content: ' ▼'; font-size: 0.8rem; margin-left: 0.5rem; transition: transform 0.3s ease; } /* Hero Section - Full Screen */ .hero { height: 100vh; min-height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; color: white; text-align: center; } .hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; transform: translateX(-50%) translateY(-50%); object-fit: cover; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 1; } .hero .container { position: relative; z-index: 2; max-width: 900px; } .hero h1 { font-size: 3.8rem; font-weight: bold; margin-bottom: 1.5rem; line-height: 1.2; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5); } .hero-subtitle { font-size: 1.4rem; margin-bottom: 2rem; opacity: 0.95; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.4; } .hero-stats { display: flex; justify-content: center; gap: 3rem; margin-bottom: 2rem; flex-wrap: wrap; } .stat-item { text-align: center; background: rgba(255, 255, 255, 0.1); padding: 1rem 1.5rem; border-radius: 15px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); } .stat-number { font-size: 2rem; font-weight: bold; color: #fed7aa; display: block; } .stat-label { font-size: 0.9rem; opacity: 0.9; } .hero-cta { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; } .cta-primary, .cta-secondary { display: inline-block; padding: 1rem 2rem; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); } .cta-primary { background: linear-gradient(45deg, #f97316, #ea580c); color: white; } .cta-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(249, 115, 22, 0.4); } .cta-secondary { background: rgba(255, 255, 255, 0.2); color: white; border: 2px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(10px); } .cta-secondary:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-3px); } /* Sections */ .section { padding: 80px 0; } .section-title { text-align: center; font-size: 2.5rem; font-weight: bold; margin-bottom: 1rem; color: #2563eb; } .section-subtitle { text-align: center; font-size: 1.1rem; color: #6b7280; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; } /* Longview Location Section */ .location { background: white; } .location-card { background: linear-gradient(145deg, #ffffff, #f8fafc); padding: 4rem; border-radius: 25px; box-shadow: 0 25px 70px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; max-width: 800px; margin: 0 auto; } .location-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #f97316, #2563eb, #f97316); transform: translateX(-100%); transition: transform 0.6s ease; } .location-card:hover::before { transform: translateX(0); } .location-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 35px 90px rgba(0,0,0,0.15); border-color: rgba(249, 115, 22, 0.3); } .location-header { text-align: center; margin-bottom: 3rem; } .location-image { width: 100%; height: 150px; background: linear-gradient(135deg, #f97316, #2563eb); border-radius: 15px; display: flex; align-items: center; justify-content: center; color: white; font-weight: 600; font-size: 1.2rem; margin-bottom: 2rem; } .location-card h3 { font-size: 2rem; color: #2563eb; margin-bottom: 2rem; font-weight: 600; line-height: 1.3; } .location-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-bottom: 3rem; } .detail-item { text-align: center; padding: 1.5rem; background: #f8fafc; border-radius: 15px; border: 1px solid #e2e8f0; transition: all 0.3s ease; } .detail-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .detail-item strong { color: #2563eb; font-weight: 600; display: block; margin-bottom: 0.5rem; font-size: 1.1rem; } .detail-item span { color: #6b7280; font-size: 0.95rem; line-height: 1.4; } .detail-item a { color: #f97316; text-decoration: none; font-weight: 500; } .detail-item a:hover { color: #2563eb; } .review-badge { background: linear-gradient(45deg, #ecfdf5, #d1fae5); color: #065f46; padding: 1rem 2rem; border-radius: 20px; font-size: 1.1rem; font-weight: 600; text-align: center; margin: 2rem auto; border: 2px solid #a7f3d0; max-width: 300px; } .location-buttons { display: flex; gap: 1.5rem; justify-content: center; margin-top: 3rem; } .btn-primary, .btn-secondary { padding: 1rem 2rem; border-radius: 25px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; text-align: center; font-size: 1rem; } .btn-primary { background: linear-gradient(45deg, #f97316, #ea580c); color: white; box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(249, 115, 22, 0.4); } .btn-secondary { background: transparent; color: #2563eb; border: 2px solid #2563eb; } .btn-secondary:hover { background: #2563eb; color: white; } /* Services Section */ .services { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .service-card { background: white; padding: 2.5rem; border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; } .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #f97316, #2563eb, #f97316); transform: translateX(-100%); transition: transform 0.6s ease; } .service-card:hover::before { transform: translateX(0); } .service-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 30px 80px rgba(0,0,0,0.15); border-color: rgba(249, 115, 22, 0.3); } .service-card h3 { font-size: 1.4rem; color: #2563eb; margin-bottom: 1.2rem; font-weight: 600; line-height: 1.3; } .service-card p { color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; font-size: 1rem; flex-grow: 1; } .service-link { color: #f97316; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; margin-top: auto; } .service-link:hover { color: #2563eb; transform: translateX(5px); } /* Service Areas */ .service-areas { background: white; } .areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; } .area-card { background: linear-gradient(145deg, #f8fafc, #e2e8f0); padding: 3rem; border-radius: 25px; border-left: 8px solid #f97316; transition: all 0.4s ease; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; } .area-card:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(0,0,0,0.12); border-left-color: #2563eb; } .area-card h3 { font-size: 1.6rem; color: #2563eb; margin-bottom: 1.5rem; font-weight: 600; line-height: 1.3; } .area-card p { color: #6b7280; line-height: 1.7; font-size: 1rem; margin-bottom: 1.5rem; flex-grow: 1; } .area-link { color: #f97316; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; margin-top: auto; } .area-link:hover { color: #2563eb; transform: translateX(5px); } /* Why Choose Longview */ .why-longview { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: white; } .why-longview .section-title { color: white; } .why-longview .section-subtitle { color: #e0e7ff; } .why-longview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .why-longview-item { background: rgba(255,255,255,0.1); padding: 2.5rem; border-radius: 20px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.2); transition: all 0.4s ease; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; } .why-longview-item:hover { transform: translateY(-10px); background: rgba(255,255,255,0.15); box-shadow: 0 20px 60px rgba(0,0,0,0.2); } .why-longview-item h3 { font-size: 1.5rem; margin-bottom: 1.2rem; font-weight: 600; line-height: 1.3; } .why-longview-item p { line-height: 1.6; opacity: 0.9; margin-bottom: 1.5rem; font-size: 1rem; flex-grow: 1; } .why-longview-link { color: #fed7aa; text-decoration: none; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; justify-content: center; margin-top: auto; } .why-longview-link:hover { color: white; transform: translateX(5px); } /* Reviews Section */ .reviews { background: white; } .reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; } .review-card { background: linear-gradient(145deg, #f8fafc, #e2e8f0); padding: 3rem; border-radius: 25px; border-left: 8px solid #f97316; transition: all 0.4s ease; min-height: 320px; display: flex; flex-direction: column; } .review-card:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(0,0,0,0.12); } .review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; } .review-location { font-weight: 600; color: #2563eb; font-size: 1.1rem; } .review-rating { background: #ecfdf5; color: #065f46; padding: 0.4rem 0.8rem; border-radius: 15px; font-size: 0.9rem; font-weight: 600; border: 1px solid #a7f3d0; } .review-text { font-style: italic; color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; font-size: 1rem; flex-grow: 1; } .review-author { color: #2563eb; font-weight: 600; margin-bottom: 0.5rem; font-size: 1.1rem; } .review-details { color: #9ca3af; font-size: 0.9rem; } /* Google Map Section */ .map-section { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .map-container { max-width: 800px; margin: 0 auto; text-align: center; } .map-embed { width: 100%; height: 400px; border-radius: 15px; border: 3px solid #f97316; margin-bottom: 2rem; box-shadow: 0 15px 40px rgba(0,0,0,0.1); } .map-info { background: white; padding: 2rem; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); } .map-info h3 { color: #2563eb; margin-bottom: 1rem; font-size: 1.4rem; } .map-info p { color: #6b7280; line-height: 1.6; margin-bottom: 1rem; } /* CTA Section */ .cta-section { background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #2563eb 100%); color: white; text-align: center; } .cta-section .section-title { color: white; } .cta-section .section-subtitle { color: #fed7aa; } .cta-buttons { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; } .cta-button { background: rgba(255,255,255,0.2); color: white; padding: 1rem 2rem; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.3); } .cta-button:hover { background: rgba(255,255,255,0.3); transform: translateY(-3px); } /* Footer */ .footer { background: #374151; color: white; padding: 3rem 0 2rem; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h3 { color: #f97316; margin-bottom: 1.5rem; font-size: 1.2rem; font-weight: 600; } .footer-section ul { list-style: none; } .footer-section li { margin-bottom: 0.8rem; } .footer-section a { color: white; text-decoration: none; opacity: 0.8; transition: all 0.3s ease; font-size: 0.95rem; } .footer-section a:hover { color: #f97316; opacity: 1; transform: translateX(3px); } .footer-bottom { border-top: 1px solid #6b7280; padding-top: 2rem; text-align: center; opacity: 0.7; font-size: 0.9rem; } /* Mobile Responsive */ @media (max-width: 768px) { .mobile-menu-btn { display: block; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem 0; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-top: 1px solid #e5e7eb; } .nav-menu.active { display: flex; } .nav-item { width: 100%; border-bottom: 1px solid #f3f4f6; } .nav-item:last-child { border-bottom: none; } .nav-link { display: block; padding: 1rem 1.5rem; color: #374151; text-decoration: none; font-weight: 500; border: none; background: none; width: 100%; text-align: left; cursor: pointer; } .nav-link:hover { background: #f9fafb; color: #f97316; } .nav-cta { background: #f97316; color: white !important; margin: 0.5rem 1rem; border-radius: 8px; text-align: center; } .dropdown { position: relative; } .dropdown-content { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: #f8fafc; margin: 0; border-radius: 0; border: none; border-top: 1px solid #e5e7eb; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .dropdown.active .dropdown-content { max-height: 500px; } .dropdown-content a { display: block; padding: 0.8rem 2rem; color: #6b7280; text-decoration: none; font-size: 0.9rem; font-weight: 400; transition: all 0.2s ease; border-radius: 0; margin: 0; border-bottom: 1px solid #e5e7eb; } .dropdown-content a:last-child { border-bottom: none; } .dropdown-content a:hover { background: #e5e7eb; color: #374151; transform: none; padding-left: 2.5rem; } .nav-logo img { height: 60px; } .hero h1 { font-size: 2.8rem; } .hero-subtitle { font-size: 1.2rem; } .hero-stats { gap: 1.5rem; } .stat-item { padding: 0.8rem 1rem; } .stat-number { font-size: 1.5rem; } .hero-cta { flex-direction: column; align-items: center; } .location-card { padding: 2rem; } .location-details { grid-template-columns: 1fr; gap: 1rem; } .location-buttons { flex-direction: column; align-items: center; } .services-grid { grid-template-columns: 1fr; gap: 1.5rem; } .areas-grid { grid-template-columns: 1fr; gap: 2rem; } .why-longview-grid { grid-template-columns: 1fr; gap: 1.5rem; } .reviews-grid { grid-template-columns: 1fr; gap: 2rem; } .cta-buttons { flex-direction: column; align-items: center; } .section { padding: 50px 0; } .section-title { font-size: 2rem; } .container { padding: 0 15px; } .map-embed { height: 300px; } } @media (max-width: 480px) { .nav-logo img { height: 50px; } .hero h1 { font-size: 2.2rem; } .hero-subtitle { font-size: 1rem; } .section-title { font-size: 1.8rem; } .hero-stats { gap: 1rem; } .stat-item { padding: 0.6rem 0.8rem; } .location-card, .service-card, .why-longview-item, .review-card { padding: 1.5rem; } .container { padding: 0 10px; } .map-embed { height: 250px; } }
Five Star Auto Body
  • About
  • Services
    Auto Body Repair Collision Repair
  • Locations
    Vancouver WA Longview WA Chehalis WA
  • Gallery
  • Reviews
  • Contact
Your browser does not support the video tag.

Longview WA Auto Body Shop

Premier collision repair and auto body services in Longview Washington. Five Star Auto Body serves Longview, Kelso, Castle Rock, Woodland, and Cowlitz County with expert certified technicians and state-of-the-art equipment.

280+ Longview Reviews
4.7★ Average Rating
1 Longview Location
12+ Years in Longview
Call (360) 353-3018 View Our Location

Our Longview WA Location

Convenient auto body repair location serving Longview Washington and surrounding Cowlitz County areas with expert collision repair services and certified technicians

Commerce Avenue - Longview WA

760 Commerce Avenue Location

Address 760 Commerce Avenue
Longview WA 98632
Phone (360) 353-3018
Business Hours Monday - Friday
8:00 AM - 5:00 PM
Services Complete collision repair, auto body work, paint restoration, frame straightening
4.7★ | 280 Google Reviews
Call Our Location Get Directions

Auto Body Services in Longview WA

Comprehensive collision repair and auto body services for Longview Washington residents with certified technicians and advanced equipment at our Commerce Avenue location

Collision Repair Longview WA

Expert collision repair services for Longview residents including comprehensive damage assessment, frame straightening, structural repair, and advanced safety system calibration. Our Longview collision repair specialists restore vehicles to pre-accident condition using manufacturer-approved techniques and genuine OEM parts for lasting quality results.

Learn More →

Auto Body Repair Longview WA

Professional auto body repair services in Longview including precise dent removal, panel replacement, paint restoration, and bodywork refinishing. Our certified technicians provide Longview auto body repair using advanced techniques, quality materials, and state-of-the-art equipment for superior craftsmanship and customer satisfaction.

Learn More →

Insurance Claims Longview

Expert insurance claim processing and direct billing services for Longview area residents. Our experienced team works directly with all major insurance providers, handles paperwork efficiently, and ensures you receive proper coverage for quality auto body repairs with transparent communication throughout the entire claims process.

Get Help →

Areas We Serve in Cowlitz County

Five Star Auto Body Longview location provides expert collision repair and auto body services throughout Cowlitz County Washington and surrounding communities

Longview & Kelso Auto Body Services

Serving Longview, Kelso, and surrounding North Cowlitz County areas with comprehensive auto body repair and collision services. Our convenient Commerce Avenue location provides easy access for residents throughout the greater Longview-Kelso metropolitan area with expert certified technicians, modern facilities, and quality workmanship guaranteed. We specialize in collision repair, dent removal, paint matching, and complete auto body restoration services.

Get Estimate →

Castle Rock & Woodland Collision Repair

Professional collision repair services for Castle Rock, Woodland, and South Cowlitz County communities. We provide expert auto body repair, comprehensive paint restoration, efficient insurance claim support, and quality customer service for residents across the I-5 corridor with timely service delivery and competitive pricing. Our team handles everything from minor dents to major collision damage with precision and care.

Schedule Service →

Why Choose Five Star Auto Body Longview

Leading auto body repair shop in Longview WA with certified technicians, advanced equipment, and unwavering commitment to customer satisfaction

Local Longview Expertise

Over 12 years serving Longview Washington with deep understanding of local climate conditions, insurance requirements, and community needs. Our Longview team provides personalized service with hometown knowledge, professional expertise, and genuine commitment to our Cowlitz County neighbors and their automotive repair needs.

Our Story →

Certified Longview Technicians

Our Longview location employs only certified journeymen technicians with advanced training in collision repair, frame straightening, paint restoration, and modern vehicle systems. Continuous education and manufacturer certifications ensure we stay current with evolving automotive technology and repair techniques for all vehicle makes and models.

Read Reviews →

Convenient Commerce Avenue Location

Strategically located on Commerce Avenue in the heart of Longview for easy access from throughout Cowlitz County. Our facility features ample parking, comfortable customer waiting area, and modern equipment for efficient service delivery. We understand the importance of convenience and work to make your auto body repair experience as smooth as possible.

Visit Us →

Longview Customer Reviews

Read what Longview area customers say about their Five Star Auto Body experience at our Commerce Avenue location

Commerce Avenue Location
4.7★ | 280 Reviews

"Excellent collision repair service at the Longview location! They completely restored my truck after a major accident and the quality was outstanding. The team was professional, communicated well throughout the process, and worked seamlessly with my insurance company. Highly recommend for anyone needing auto body work in Longview or Cowlitz County."

David T., Longview WA
2018 Ford F-150 - Collision Repair
Commerce Avenue Location
4.8★ | Recent Review

"Outstanding auto body repair experience at Five Star's Longview location. They fixed extensive damage from a collision and the paint match was absolutely perfect - you can't even tell where the damage was. The staff was knowledgeable, professional, and completed the work faster than expected while maintaining excellent quality."

Jennifer M., Kelso WA
2021 Honda Civic - Auto Body Repair

Find Our Longview Location

Visit our convenient Commerce Avenue location in the heart of Longview Washington

Easy to Find on Commerce Avenue

Located at 760 Commerce Avenue in downtown Longview, our auto body shop is easily accessible from Highway 4, I-5, and local streets throughout Cowlitz County. Ample parking available for customer convenience.

Driving Directions: From I-5, take Exit 39 toward Longview/Ocean Beach Hwy. Continue on Ocean Beach Hwy, then turn right on Commerce Avenue. We're located on the right side.

Get Your Free Longview Auto Body Estimate

Contact Five Star Auto Body Longview today for expert collision repair and auto body services at our convenient Commerce Avenue location serving all of Cowlitz County.

Call (360) 353-3018 Email & Online Get Directions

Longview Services

  • Auto Body Repair Longview
  • Collision Repair Longview
  • Commerce Avenue Location
  • Auto Body Repair
  • Collision Repair

All Locations

  • Vancouver WA
  • Longview WA
  • Chehalis WA
  • NE 68th Street
  • Columbia Street

Company

  • About Five Star Auto Body
  • Customer Reviews
  • Careers & Employment
  • Auto Body Blog
  • Project Gallery
  • Contact Us

Longview Contact

  • Phone: (360) 353-3018
  • Address: 760 Commerce Avenue
  • Longview, WA 98632
  • Hours: Mon-Fri 8:00 AM - 5:00 PM
  • Email: info@fivestarvancouver.com

© 2024 Five Star Auto Body. All rights reserved.

Auto Body Repair Longview WA | Collision Repair Longview Washington | Auto Body Shop Cowlitz County