Commerce Avenue Longview WA Auto Body Shop | Five Star Auto Body | Expert Collision & Frame Repair * { 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; } .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); } @media (max-width: 768px) { .nav-logo img { height: 60px; } .nav-container { padding: 0 15px; } } @media (max-width: 480px) { .nav-logo img { height: 50px; } .nav-container { padding: 0 10px; } } .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); } .dropdown-content a:first-child { margin-top: 0.5rem; } .dropdown-content a:last-child { margin-bottom: 0.5rem; } .nav-link { color: #374151; text-decoration: none; font-weight: 500; padding: 0.5rem 0; } .nav-link:hover { color: #f97316; } .nav-cta { background: #f97316; color: white; padding: 0.5rem 1rem; border-radius: 25px; text-decoration: none; font-weight: bold; } .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; } .dropdown-toggle.active::after { transform: rotate(180deg); } /* Hero Section - Desktop First */ .hero { color: white; height: 70vh; min-height: 500px; text-align: center; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 20px; margin-top: 90px; } /* Desktop Video - Default State */ .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; display: block; } /* Desktop - Video overlay */ .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); z-index: 1; } /* Mobile Background Image - Hidden by default */ .hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://assets.ycodeapp.com/assets/app113220/Images/main%20exterior-bis4odmgjg.webp'); background-size: cover; background-position: center; background-attachment: scroll; z-index: -1; display: none; } .hero .container { position: relative; z-index: 2; width: 100%; max-height: calc(70vh - 40px); display: flex; flex-direction: column; justify-content: center; } .hero h1 { font-size: 2.5rem; font-weight: bold; margin-bottom: 1rem; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .hero-subtitle { font-size: 1.2rem; margin-bottom: 2rem; opacity: 0.9; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } .cta-button { display: inline-block; background: linear-gradient(45deg, #f97316, #ea580c); color: white; padding: 14px 28px; text-decoration: none; border-radius: 30px; font-weight: 600; font-size: 1rem; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3); position: relative; overflow: hidden; } .cta-button::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255,255,255,0.2); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.6s ease, height 0.6s ease; } .cta-button:hover::after { width: 300px; height: 300px; } .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 40px rgba(249, 115, 22, 0.4); } .cta-secondary { background: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); } .cta-secondary:hover { background: rgba(255, 255, 255, 0.3); border-color: white; } /* Insurance Notice Section */ .insurance-notice { background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%); color: white; padding: 2rem 0; position: relative; overflow: hidden; border-top: 4px solid #f97316; border-bottom: 4px solid #f97316; } .insurance-notice::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.1), transparent); animation: shimmer 3s infinite; } @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } .notice-content { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; } .notice-text h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; color: #fed7aa; text-align: center; } .insurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; } .insurance-item { background: rgba(255, 255, 255, 0.1); padding: 1rem; border-radius: 12px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; } .insurance-item:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-2px); } .call-ahead { border-left: 4px solid #ef4444; } .walk-in { border-left: 4px solid #10b981; } .insurance-companies { display: flex; gap: 0.5rem; margin-bottom: 0.8rem; flex-wrap: wrap; } .company-badge { padding: 0.3rem 0.6rem; border-radius: 6px; font-size: 0.7rem; font-weight: bold; color: white; text-transform: uppercase; letter-spacing: 0.5px; } .geico { background: #005a9b; } .progressive { background: #0066cc; } .statefarm { background: #cc0000; } .insurance-item p { font-size: 0.9rem; line-height: 1.4; margin: 0; } .insurance-item strong { color: #fed7aa; } .notice-cta { display: flex; align-items: center; } .urgent-cta { background: linear-gradient(45deg, #ef4444, #dc2626); color: white; padding: 0.8rem 1.5rem; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9rem; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4); animation: glow 2s infinite alternate; } @keyframes glow { from { box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4); } to { box-shadow: 0 4px 25px rgba(239, 68, 68, 0.8); } } .urgent-cta:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 8px 25px rgba(239, 68, 68, 0.6); } /* 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: 600px; margin-left: auto; margin-right: auto; } /* Location Details Section */ .location-details { background: white; } .location-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; } .location-info { background: linear-gradient(145deg, #f8fafc, #e2e8f0); padding: 3rem; border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); } .location-info h3 { color: #2563eb; font-size: 1.8rem; margin-bottom: 1.5rem; font-weight: 600; } .contact-details { margin-bottom: 2rem; } .contact-detail-item { display: flex; align-items: center; margin-bottom: 1rem; font-size: 1rem; } .contact-detail-item strong { color: #374151; width: 100px; display: inline-block; } .contact-detail-item a { color: #f97316; text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .contact-detail-item a:hover { color: #2563eb; } .service-areas { margin-bottom: 2rem; } .service-areas h4 { color: #2563eb; font-size: 1.2rem; margin-bottom: 0.8rem; } .areas-list { color: #6b7280; line-height: 1.8; } .location-image-container { position: relative; background: linear-gradient(135deg, #f97316, #2563eb); border-radius: 25px; overflow: hidden; min-height: 400px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; font-weight: 600; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } /* Services Section */ .services { background: white; } .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; } .service-card { background: linear-gradient(145deg, #ffffff, #f8fafc); 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: 300px; 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); } /* Features Section */ .features { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .feature-card { background: white; padding: 2.5rem; border-radius: 25px; text-align: center; 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: 300px; display: flex; flex-direction: column; justify-content: center; } .feature-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; } .feature-card:hover::before { transform: translateX(0); } .feature-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); } .feature-icon { width: 80px; height: 80px; background: linear-gradient(45deg, #f97316, #ea580c); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 1.5rem; box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3); } .feature-card h3 { font-size: 1.4rem; color: #2563eb; margin-bottom: 1.2rem; font-weight: 600; line-height: 1.3; } .feature-card p { color: #6b7280; line-height: 1.7; font-size: 1rem; } /* Local Authority Section */ .local-authority { background: white; } .authority-content { max-width: 900px; margin: 0 auto; } .authority-content h3 { color: #2563eb; font-size: 1.5rem; margin-bottom: 1rem; font-weight: 600; } .authority-content p { color: #6b7280; line-height: 1.8; margin-bottom: 1.5rem; font-size: 1.05rem; } /* FAQ Section */ .faq { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .faq-list { max-width: 900px; margin: 0 auto; } .faq-item { background: white; border-radius: 16px; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid rgba(249, 115, 22, 0.1); overflow: hidden; } .faq-question { width: 100%; text-align: left; padding: 1.5rem 2rem; background: none; border: none; font-size: 1.1rem; font-weight: 600; color: #2563eb; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s ease; font-family: inherit; } .faq-question:hover { background: rgba(249, 115, 22, 0.05); } .faq-question .faq-icon { font-size: 1.5rem; color: #f97316; transition: transform 0.3s ease; flex-shrink: 0; margin-left: 1rem; } .faq-item.active .faq-question .faq-icon { transform: rotate(45deg); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; } .faq-item.active .faq-answer { max-height: 500px; padding: 0 2rem 1.5rem; } .faq-answer p { color: #6b7280; line-height: 1.8; font-size: 1rem; } /* Contact Section */ .contact { background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #2563eb 100%); color: white; } .contact .section-title { color: #ffffff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); font-weight: 800; } .contact .section-subtitle { color: #fed7aa; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); font-weight: 500; } .contact-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; text-align: center; } .contact-card { padding: 3rem 2rem; background: rgba(255,255,255,0.15); border-radius: 25px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.25); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 240px; display: flex; flex-direction: column; justify-content: center; } .contact-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05)); opacity: 0; transition: opacity 0.4s ease; } .contact-card:hover::before { opacity: 1; } .contact-card:hover { transform: translateY(-10px) scale(1.05); background: rgba(255,255,255,0.2); box-shadow: 0 25px 60px rgba(0,0,0,0.2); } .contact-card h3 { margin-bottom: 1.5rem; font-size: 1.5rem; font-weight: 600; line-height: 1.3; } .contact-card p { font-size: 1.1rem; line-height: 1.6; } .contact-card a { color: white; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } .contact-card a:hover { color: #fed7aa; text-shadow: 0 0 10px rgba(253, 215, 170, 0.5); } /* 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; line-height: 1.6; } /* 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; } /* Mobile Hero */ .hero-video { display: none !important; } .hero::after { display: block !important; } .hero { height: 60vh; min-height: 400px; padding: 15px; } .hero h1 { font-size: 1.8rem; margin-bottom: 0.8rem; } .hero-subtitle { font-size: 1rem; margin-bottom: 1.5rem; } .hero-cta { flex-direction: column; align-items: center; } .cta-button { width: 100%; max-width: 300px; text-align: center; padding: 12px 24px; font-size: 0.9rem; } /* Mobile Sections */ .section { padding: 60px 0; } .section-title { font-size: 1.8rem; } .section-subtitle { font-size: 1rem; margin-bottom: 2rem; } /* Mobile Location Hero */ .location-hero { grid-template-columns: 1fr; gap: 2rem; } .location-info { padding: 2rem; } .location-info h3 { font-size: 1.5rem; margin-bottom: 1rem; } .location-image-container { min-height: 250px; font-size: 1.2rem; } /* Mobile Services */ .services-grid { grid-template-columns: 1fr; gap: 1.5rem; } .service-card { padding: 1.5rem; min-height: auto; } /* Mobile Features */ .features-grid { grid-template-columns: 1fr; gap: 1.5rem; } .feature-card { padding: 1.5rem; min-height: auto; } .feature-icon { width: 60px; height: 60px; font-size: 1.5rem; margin-bottom: 1rem; } /* Mobile Contact */ .contact-content { grid-template-columns: 1fr; gap: 1.5rem; } .contact-card { padding: 2rem 1.5rem; min-height: auto; } /* Mobile Insurance Notice */ .notice-content { grid-template-columns: 1fr; gap: 1rem; text-align: center; } .notice-text h2 { font-size: 1.2rem; margin-bottom: 0.8rem; } .insurance-grid { grid-template-columns: 1fr; gap: 1rem; } .insurance-item { padding: 0.8rem; } .insurance-item p { font-size: 0.85rem; } .company-badge { font-size: 0.65rem; padding: 0.25rem 0.5rem; } .urgent-cta { padding: 0.7rem 1.2rem; font-size: 0.85rem; } /* Mobile FAQ */ .faq-question { padding: 1.2rem 1.5rem; font-size: 1rem; } .faq-item.active .faq-answer { padding: 0 1.5rem 1.2rem; } /* Mobile Footer */ .footer-content { grid-template-columns: 1fr; gap: 2rem; } } @media (max-width: 480px) { .container { padding: 0 15px; } .hero h1 { font-size: 1.5rem; } .hero-subtitle { font-size: 0.9rem; } .section-title { font-size: 1.6rem; } .location-info { padding: 1.5rem; } .service-card { padding: 1.2rem; } .feature-card { padding: 1.2rem; } .contact-card { padding: 1.5rem 1rem; } }
Five Star Auto Body - Auto Body Shop Longview WA
  • About
  • Services
    Auto Body Repair Collision Repair Dent Repair Auto Paint Frame Repair
  • Locations
    Vancouver WA Longview WA Chehalis WA
  • Gallery
  • Reviews
  • Contact
Your browser does not support the video tag.

Auto Body Shop Longview WA | Commerce Avenue Location

Expert collision repair, frame straightening, dent repair, auto paint & body work in Longview Washington. Certified technicians, insurance claims support, and manufacturer warranties serving Cowlitz County.

Call (360) 353-3018 Get Free Estimate

Important Insurance Information

GEICO PROGRESSIVE STATE FARM

Call Ahead Required: If you're using Geico, Progressive, or State Farm insurance, please call before visiting for scheduling requirements.

All Other Insurance: Free estimates available anytime Monday-Friday 8:00 AM - 5:00 PM. Walk-ins welcome!

Call Now

Commerce Avenue Longview WA Auto Body Shop

Professional auto body repair, collision services, frame repair, and paintless dent repair in Longview Washington serving Cowlitz County and surrounding communities

Five Star Auto Body - Longview Location

Address: 760 Commerce Ave, Longview, WA 98632
Phone: (360) 353-3018
Email: fivestarautobody@gmail.com
Hours: Monday-Friday 8:00 AM - 5:00 PM

Areas We Serve From Longview:

Longview, Kelso, Castle Rock, Woodland, Kalama, Cathlamet, Rainier OR, and surrounding Cowlitz County communities. Conveniently located off Commerce Avenue with easy access from I-5 and the Ocean Beach Highway corridor, we provide expert auto body repair, collision repair, frame straightening, dent repair, and auto paint services throughout the lower Columbia River region.
Call for Free Estimate
760 Commerce Ave
Longview Auto Body Shop

Longview WA Auto Body Repair Services

Complete collision repair, frame straightening, dent repair, auto paint, and body work at our Commerce Avenue Longview location with certified technicians

Auto Body Repair Longview WA

Expert auto body repair services for all vehicle makes and models in Longview Washington. Our certified technicians use manufacturer-approved techniques and OEM parts to restore your vehicle to pre-accident condition, from minor panel damage to comprehensive body work requiring structural attention.

Learn More →

Collision Repair Longview WA

Professional collision repair services in Longview WA specializing in structural repairs, computerized damage assessment, and comprehensive accident damage restoration. We work with all insurance companies and provide transparent estimates with I-CAR certified repair procedures for every job.

Learn More →

Dent Repair Longview WA

Paintless dent repair and traditional dent removal services in Longview Washington. From parking lot door dings to hail damage, our trained PDR technicians restore your vehicle's panels without affecting the factory paint finish, saving you time and money compared to conventional body work.

Learn More →

Auto Paint Longview WA

Precision auto paint and color matching using computerized color matching technology at our Longview location. We guarantee seamless paint blending that perfectly matches your vehicle's original finish using professional-grade basecoat/clearcoat systems with UV-resistant clearcoat protection.

Learn More →

Frame Repair Longview WA

Professional frame straightening and structural repair at our Longview location using hydraulic frame machines and 3D computerized measuring systems. Our certified technicians restore your vehicle's structural geometry to manufacturer specifications, ensuring proper crash protection, wheel alignment, and suspension function after collision damage.

Learn More →

Insurance Claims Assistance

Complete insurance claims support for Longview and Cowlitz County customers. We handle all paperwork, work directly with your insurance company, and ensure you receive proper coverage for all auto body repairs including collision work, frame straightening, and paint services with transparent communication throughout.

Get Help →

Why Choose Our Longview Auto Body Shop

Exceptional auto body repair services with certified technicians and manufacturer warranties in Longview Washington

🔧

Certified Technicians

Our Longview location employs only certified journeymen technicians with I-CAR and ASE training in collision repair, frame straightening, paintless dent repair, and refinishing for all vehicle makes and models.

🏆

Manufacturer Certified

Five Star Auto Body is certified by 6 major manufacturers including Ford, GM, Kia, Hyundai, Nissan, and FCA, ensuring OEM-quality repairs that maintain your vehicle's warranty, structural integrity, and safety standards.

💰

Insurance Experts

We work with all major insurance companies in the Longview and Cowlitz County area and handle the entire claims process from initial estimate through final inspection, ensuring proper coverage for collision, frame, dent, and paint repairs.

Serving Longview & Cowlitz County Drivers

Your trusted local auto body shop on Commerce Avenue in Longview, Washington

Longview WA's Full-Service Auto Body & Frame Repair Shop

Five Star Auto Body's Commerce Avenue location has been the trusted choice for auto body repair in Longview and throughout Cowlitz County. Situated with easy access from I-5, Ocean Beach Highway, and the Industrial Way corridor, our shop serves drivers from Longview, Kelso, Castle Rock, Woodland, Kalama, and Cathlamet as well as communities across the lower Columbia River region including Rainier, Oregon.

Cowlitz County's mix of Interstate 5 commuter traffic, logging truck routes along Highway 4 to the coast, and winding rural roads through the Toutle River valley means local drivers face unique collision risks. Whether it's a fender bender on the Kelso-Longview Bridge, hail damage from a Pacific Northwest storm, or structural frame damage from a collision along the Ocean Beach Highway corridor, our certified technicians have the equipment and training to handle every type of repair at our Commerce Avenue facility.

Complete Auto Body Services Under One Roof

Our Longview shop provides every auto body service you need in a single convenient location: comprehensive collision repair with computerized damage assessment, professional frame straightening using hydraulic frame machines and 3D measuring systems, expert paintless dent repair for door dings and hail damage, precision auto paint and color matching with factory-quality basecoat/clearcoat systems, and full auto body repair from minor cosmetic fixes to major panel replacement. Our manufacturer certifications from Ford, GM, Kia, Hyundai, Nissan, and FCA mean we follow OEM repair procedures that protect your vehicle's crash safety systems and warranty coverage.

With Cowlitz County's approximately 110,000 residents relying heavily on personal vehicles for daily commuting, shopping, and recreation, having a trusted local auto body shop matters. Five Star Auto Body is proud to be part of the Longview community, delivering the quality repairs and transparent service that Cowlitz County drivers deserve. We also operate locations in Vancouver WA and Chehalis WA for customers throughout Southwest Washington.

Frequently Asked Questions

Common questions about auto body repair services at our Longview WA location

Five Star Auto Body's Commerce Avenue location in Longview WA offers complete auto body repair, collision repair, paintless dent repair, auto paint and color matching, and frame straightening and structural repair. Our certified technicians handle everything from minor dents and scratches to major collision damage and structural frame repairs for all vehicle makes and models.

Yes, Five Star Auto Body works with all major insurance companies. We handle the entire claims process including documentation, estimates, and direct billing. Note that customers with Geico, Progressive, or State Farm should call ahead at (360) 353-3018 for scheduling requirements. All other insurance customers can walk in for free estimates Monday through Friday, 8 AM to 5 PM.

Our Commerce Avenue location serves Longview, Kelso, Castle Rock, Woodland, Kalama, Cathlamet, Rainier OR, and all surrounding Cowlitz County communities. We are conveniently located off Commerce Avenue with easy access from I-5 and the Ocean Beach Highway corridor.

Yes, our Longview location provides professional frame straightening and structural repair using computerized measuring systems. Our certified technicians use hydraulic frame machines and 3D electronic measuring to restore your vehicle's structural geometry to manufacturer specifications, ensuring proper crash protection, wheel alignment, and suspension function after collision damage.

You can get a free estimate by visiting our Commerce Avenue location at 760 Commerce Ave, Longview, WA 98632 during business hours (Monday-Friday 8 AM - 5 PM), calling us at (360) 353-3018, or emailing photos of your damage to fivestarautobody@gmail.com for a quick estimate with 24-hour response guaranteed.

Contact Our Longview Auto Body Shop

Get your free estimate today for auto body repair, collision repair, frame straightening, dent repair, and auto paint at our Commerce Avenue location

Call Longview Location

(360) 353-3018
Monday-Friday 8:00 AM - 5:00 PM
Free estimates available

Visit Our Shop

760 Commerce Ave
Longview, WA 98632
Convenient Cowlitz County location

Email for Estimates

fivestarautobody@gmail.com
Send photos for quick estimates
24-hour response guaranteed

Services

  • Auto Body Repair
  • Collision Repair
  • Dent Repair
  • Auto Paint
  • Frame Repair
  • Auto Body Longview
  • Collision Longview
  • Dent Repair Longview
  • Auto Paint Longview
  • Frame Repair Longview

Locations

  • Vancouver WA
  • Longview WA
  • Chehalis WA
  • Columbia Street
  • NE 68th Street
  • Longview Location
  • N Market Blvd

Company

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

Contact Info

  • Vancouver: (360) 699-4887
  • Vancouver: (360) 258-1612
  • Longview: (360) 353-3018
  • Chehalis: (360) 748-8344
  • Email: fivestarautobody@gmail.com

© 2026 Five Star Auto Body. All rights reserved.

Auto Body Repair Longview WA | Collision Repair Longview | Frame Repair Longview WA | Dent Repair | Auto Paint | Commerce Avenue Auto Body Shop