skip to main content
  • Page CSS: :root{ --burgundy:#8B1E23; --burgundy-dark:#6f161a; --dark:#1a1a1a; --gray1:#f7f7f7; /* light grey */ --gray2:#efefef; /* alt grey */ } /* Full-bleed bands + container */ .band{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;display:block} .container{max-width:1140px;margin:0 auto;padding:0 20px} .section{padding:clamp(28px,6vw,64px) 0} /* Background helpers */ .bg-gray1{background:var(--gray1);color:#222} .bg-gray2{background:var(--gray2);color:#222} .bg-dark{background:var(--dark);color:#e9e9e9} .bg-burgundy{background:var(--burgundy);color:#fff} /* Hero */ .hero{background:url('/images/installation.jpg') center/cover no-repeat;color:#e9e9e9;position:relative;overflow:hidden} .hero__bg{position:absolute;inset:0} .hero__bg img{width:100%;height:100%;object-fit:cover;display:block} .hero__overlay{background:rgba(0,0,0,.65);padding:clamp(42px,8vw,100px) 0;text-align:center;position:relative} .hero h1{margin:0;font-size:clamp(28px,5vw,54px);line-height:1.15} /* Remove template top gap */ .container-component,.item-page,.com-content-article,.com-content-article__body, #sp-main-body,#sp-main,#t4-main-body,.t4-content,.sp-component,main{padding-top:0!important;margin-top:0!important;border-top:0!important} #sp-title,.t4-page-title,.sp-page-title,.page-header{display:none!important} .item-page > .band:first-child{margin-top:0!important} /* Stronger hero flush */ .hero-flush{margin-top:-12px!important} @media (max-width:900px){.hero-flush{margin-top:-16px!important}} /* Cards & Images */ .card{background:#fff;color:#222;border-radius:12px;padding:clamp(16px,3vw,24px);box-shadow:0 8px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)} .img{width:100%;height:clamp(220px,38vw,360px);object-fit:cover;border-radius:12px;display:block} /* Buttons */ .btn{ display:inline-block;background:var(--burgundy);color:#fff;text-decoration:none;font-weight:700; padding:.9rem 1.35rem;border-radius:9999px;letter-spacing:.3px;box-shadow:0 6px 14px rgba(0,0,0,.15) } .btn:hover{background:var(--burgundy-dark)} .btn-row{text-align:center;margin-top:clamp(14px,2.2vw,22px)} .btn--black{background:#000;color:#fff;border:1px solid rgba(255,255,255,.06)} .btn--black:hover{background:#111} .btn--light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.95)} .btn--light:hover{background:rgba(255,255,255,.12)} /* Slide-in */ .slide-in{opacity:0;transform:translateY(12px);animation:slideUp .7s ease .05s forwards} .slide-in.delay{animation-delay:.25s} @keyframes slideUp{to{opacity:1;transform:translateY(0)}} /* FAQ — dropdown styling */ .faq details{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;overflow:hidden;transition:box-shadow .25s ease} .faq details+details{margin-top:12px} .faq summary{display:flex;align-items:center;gap:10px;padding:14px 16px;cursor:pointer;font-weight:700;list-style:none} .faq summary::-webkit-details-marker{display:none} .faq summary::after{content:"+";margin-left:auto;font-size:20px;line-height:1;color:var(--burgundy);transition:transform .2s ease} .faq details[open] summary::after{content:"–"} .faq details > div{padding:0 16px 14px 16px;color:#333} .faq details:hover{box-shadow:0 8px 18px rgba(0,0,0,.06)} /* Anchor comfort */ #services,#difference,#process,#protect,#products,#faq{scroll-margin-top:80px} /* Alternating 2-column rows (used where images remain) */ .alt-row{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:clamp(16px,4vw,32px); align-items:center; } .alt-row > *{min-width:0} .alt-row figure{margin:0;height:100%} .alt-row figure img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block} .alt-row--reverse > figure{order:2} .alt-row--reverse > .alt-row__content{order:1} /* Schedule layout (kept for consistency) */ .schedule-wrap{ display:grid; grid-template-columns:1.25fr .75fr; gap:clamp(16px,4vw,32px); align-items:center; } @media (max-width:900px){.schedule-wrap{grid-template-columns:1fr}} /* Mobile breathing room */ @media (max-width: 900px){ .container{padding-left: clamp(22px, 6vw, 30px);padding-right: clamp(22px, 6vw, 30px)} .section{padding: clamp(24px, 7vw, 56px) 0} .card{padding: clamp(18px, 5.5vw, 26px)} } /* Stronger mobile edge padding on all bands (incl. hero) */ @media (max-width: 900px){ .band > .container, .hero .container, section .container{ padding-left: max(env(safe-area-inset-left), clamp(28px, 8vw, 44px)) !important; padding-right: max(env(safe-area-inset-right), clamp(28px, 8vw, 44px)) !important; } .band ul, .band ol{padding-left:1.4rem;margin-left:.1rem} .faq summary, .faq details > div{padding-left:18px;padding-right:18px} } /* Stack alternating rows on mobile (text first, image second) */ @media (max-width: 900px){ .alt-row{ grid-template-columns: 1fr !important; /* single column */ } .alt-row .alt-row__content{ order: 1; } /* text/card first */ .alt-row figure{ order: 2; } /* image second */ /* Optional: tame image height when stacked */ .alt-row figure img{ height: clamp(220px, 56vw, 360px); } } /* 2×2 services grid */ .service-grid{ display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(16px, 3.5vw, 28px); align-items: stretch; } .service{ display:flex; flex-direction:column; } .service .btn-row{ margin-top: clamp(12px, 2.2vw, 18px); } .service .btn{ width:100%; } /* even buttons */ @media (max-width:900px){ .service-grid{ grid-template-columns:1fr; } /* stack on mobile */ }

Professional Installation

Safe, code-compliant installs done right—fireplaces, inserts, stoves, chimney systems, and venting.

Licensed • Insured
Local pros you can trust
Code-Compliant
IRC & NFPA-211 aligned
Clean Work
We protect your home

We provide expert installation services for wood stoves, gas fireplaces, pellet stoves, and essential chimney components throughout Western North Carolina. Our certified technicians ensure that all installations meet rigorous safety standards, operate efficiently, and enhance your home's comfort. As a full-service hearth provider, we not only install these products but also sell a wide selection of quality brands, allowing you to shop, purchase, and have your new heating system professionally installed all in one place.

Our Installation Services

Wood, Gas & Pellet Stove Installation

Installing a new heating appliance requires precise knowledge of clearance requirements, proper venting, and building codes. Our comprehensive stove installation services include:

  • Consultation & Selection: Helping you choose the right appliance for your heating needs and space
  • Product Sales: We sell a complete range of quality hearth products from leading manufacturers
  • Site Preparation: Ensuring proper clearances and hearth protection
  • Professional Installation: Expert assembly and placement according to manufacturer specifications
  • Venting System Setup: Proper chimney connection for optimal performance and safety
  • Final Testing: Comprehensive testing to verify safe and efficient operation
  • Owner Education: Complete instruction on proper operation and maintenance
We both sell and install all types of hearth products:
 

Wood Fireplace, Stove, & Insert Sales & Installation

Traditional wood-burning appliances for efficient home heating from brands like Regency, Monessen, and Hampton.

Gas Fireplace, Stove, & Insert Sales & Installation

Clean-burning gas units with convenient operation from leading manufacturers.

Pellet Stove Insert Sales & Installation

Eco-friendly heating options using renewable wood pellet fuel.

Stovepipe & Damper Replacement

Single-wall & double-wall stovepipe options, plus throat and top-mounted dampers—installed to code for safety and performance.

Stovepipe Installation & Replacement

The stovepipe that connects your wood-burning stove to your chimney is a crucial component of your heating system. Proper selection, installation, and maintenance directly impact safety and performance. Learn more about our stovepipe and damper replacement services.

We sell and install various types of stovepipe:

  • Single-Wall Stovepipe
    • Cost-effective option that radiates more heat into the room
    • Requires greater clearance from combustible materials (typically 18")
    • Available in premium brands like Snap-Lock and Dura Vent
  • Double-Wall Stovepipe
    • Improved safety with reduced clearance requirements (typically 6")
    • Better draft performance and efficiency
    • Available in quality brands like DVL and Dura Vent

Damper Installation & Replacement

A properly functioning damper is essential for controlling airflow, maintaining efficiency, and preventing heat loss when your fireplace isn't in use. Explore our complete damper replacement options.

We sell and install two main types of dampers:

  • Throat Dampers
    • Located in the "throat" of the fireplace just above the firebox
    • Typically cast iron with a metal plate that pivots to open or close
    • Ideal for replacing existing dampers in traditional masonry fireplaces
  • Top-Mounted Dampers
    • Installed at the top of the chimney, functioning as both a damper and chimney cap
    • Controlled by a cable system that extends down to the fireplace
    • Superior energy efficiency—prevents downdrafts and heat loss
    • Keeps out animals and debris year-round

Signs You Need Installation or Replacement Services

New Installation Indicators

  • Building a new home or adding a heating appliance
  • Converting from one fuel type to another
  • Upgrading to a more efficient heating system
  • Adding supplemental heat to reduce energy costs

 

Replacement Indicators

  • Visible rust or corrosion on existing components
  • Warping or damage to stovepipe sections
  • Poor draft performance or smoke issues
  • Failed inspection findings
  • Difficulty opening or closing your damper
  • Increasing heating bills (may indicate heat loss)

The Appalachian Chimney Service Installation Difference

Our installation services stand out because:

  1. One-Stop Solution: We sell and install all the hearth products we offer
  2. Technical Expertise: We understand the complexities of draft, airflow, and clearance requirements
  3. Code Compliance: All installations follow IRC, NFPA-211, and manufacturer guidelines
  4. High-Quality Materials: We sell only industry-leading brands and components
  5. Educational Approach: We explain the importance of proper installation and teach you how to operate your system efficiently
  6. Documentation: We provide records of all installations for insurance and home records
  7. Follow-Up Service: Available for maintenance and adjustments after installation

Safety & Efficiency: Our Installation Priority

Proper installation isn't just about aesthetics—it's about safety and performance. Incorrectly installed hearth products can lead to:

  • Fire hazards from improper clearances
  • Carbon monoxide risks from faulty venting
  • Reduced efficiency and higher operating costs
  • Voided manufacturer warranties
  • Insurance coverage issues

Our certified technicians ensure every installation meets the highest standards for safety, efficiency, and durability.

Browse Our High-Quality Products

Looking for the perfect heating solution for your home? We sell and install a complete selection of quality hearth products:

  • Wood Fireplaces – Traditional warmth and ambiance from Regency, FMI, Monessen, Superior, and Napoleon
  • Gas Fireplaces – Convenient, clean-burning comfort from leading manufacturers
  • Wood Stoves – Efficient heating with classic appeal from Regency, Monessen, and Hampton
  • Pellet Stoves – Eco-friendly, automated heating from Regency, Napoleon, and Hampton
  • Gas Logs – Beautiful flame patterns for existing fireplaces
  • Glass Door Enclosures – Enhance efficiency and appearance with Thermo-Rite custom options

Visit our showroom to see working models and discuss which product is right for your home.

Schedule Your Installation Consultation Today

Whether you're adding a new heating appliance or replacing critical components, trust the experts at Appalachian Chimney Service for professional installation services that provide peace of mind and years of reliable performance.

Service Areas: Asheville, Waynesville, Clyde, Hendersonville, Brevard, Bryson City, Cashiers, Highlands, Cherokee, Maggie Valley, Canton, and surrounding areas in Western North Carolina.

Frequently Asked Questions About Installation Services

Q: Do you sell the products you install?

A: Yes! We are a full-service hearth retailer and installation company. We sell a wide selection of wood stoves, gas fireplaces, pellet stoves, and accessories from leading manufacturers, then provide expert installation services for everything we sell.

Q: How long does a typical stove installation take?

A: Most wood or gas stove installations can be completed in a single day. More complex installations involving custom venting or masonry work may require 2-3 days. We'll provide a timeline estimate during your consultation.

Q: Do I need a permit to install a wood stove or fireplace insert?

A: In most Western North Carolina counties, yes. We can help you understand local requirements and secure necessary permits. Professional installation documentation is often required for insurance purposes.

Q: What clearances are needed around a wood stove?

A: Clearance requirements vary by manufacturer and model. Generally, wood stoves need 18-36 inches of clearance from combustible materials, though this can be reduced with proper heat shields. We ensure all installations meet manufacturer specifications and building codes.

Q: Can you install a stove in a home without an existing chimney?

A: Yes. We can install prefabricated chimney systems for homes without existing masonry chimneys. These systems are designed specifically for wood, gas, or pellet appliances and can be routed through walls or ceilings.