.ew-post { font-family: 'DM Sans', sans-serif; color: #2d3748; line-height: 1.8; font-size: 17px; max-width: 800px; margin: 0 auto; } .ew-post h2 { font-family: 'Playfair Display', serif; color: #1a4a47; font-size: 1.75rem; margin: 48px 0 16px; line-height: 1.3; } .ew-post h3 { font-family: 'DM Sans', sans-serif; color: #1a4a47; font-size: 1.1rem; font-weight: 700; margin: 32px 0 12px; } .ew-post p { margin-bottom: 20px; color: #2d3748; } /* STAT BANNER */ .ew-stat-banner { background: linear-gradient(135deg, #1a4a47 0%, #1d3557 100%); border-radius: 14px; padding: 40px; margin: 32px 0; display: flex; gap: 0; flex-wrap: wrap; } .ew-stat-item { flex: 1; min-width: 160px; text-align: center; padding: 16px; border-right: 1px solid rgba(255,255,255,0.15); } .ew-stat-item:last-child { border-right: none; } .ew-stat-num { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; color: #f6c057; line-height: 1; margin-bottom: 8px; } .ew-stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.75); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.4; } /* CALLOUT BOXES */ .ew-callout { border-radius: 12px; padding: 28px 32px; margin: 28px 0; } .ew-callout-teal { background: #fdf0ed; border-left: 5px solid #c8705a; } .ew-callout-teal .ew-callout-title { color: #c8705a; font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; } .ew-callout-navy { background: #1a4a47; color: white; border-radius: 12px; padding: 32px 36px; margin: 32px 0; } .ew-callout-navy h3 { color: white; font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 12px; margin-top: 0; } .ew-callout-navy p { color: rgba(255,255,255,0.85); margin-bottom: 0; font-size: 0.95rem; } .ew-callout p { margin-bottom: 0; font-size: 0.95rem; } /* APPOINTMENT DIAGRAM */ .ew-appt-diagram { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 32px 0; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); } .ew-appt-col { padding: 28px 28px 32px; background: white; } .ew-appt-col:first-child { border-right: 1px solid #e2e8f0; } .ew-appt-label { font-size: 0.75rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; } .ew-appt-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #1a1a1a; margin: 0 0 2px; line-height: 1.2; } .ew-appt-duration { font-size: 0.85rem; color: #94a3b8; margin-bottom: 24px; } .ew-appt-steps { display: flex; flex-direction: column; gap: 16px; } .ew-appt-step { display: flex; gap: 14px; align-items: flex-start; } .ew-appt-num { width: 28px; height: 28px; border-radius: 50%; background: #1a1a1a; color: white; display: flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .ew-appt-step-title { font-size: 0.95rem; font-weight: 700; color: #1a1a1a; margin: 0 0 3px; line-height: 1.3; } .ew-appt-step-desc { font-size: 0.85rem; color: #64748b; margin: 0; line-height: 1.55; } /* PROCESS STEPS */ .ew-steps { margin: 24px 0; display: flex; flex-direction: column; } .ew-step { display: flex; gap: 20px; align-items: flex-start; position: relative; } .ew-step:not(:last-child)::after { content: ''; position: absolute; left: 19px; top: 42px; bottom: -20px; width: 2px; background: #e2e8f0; } .ew-step + .ew-step { margin-top: 20px; } .ew-step-num { width: 40px; height: 40px; border-radius: 50%; background: #1a4a47; color: white; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1rem; flex-shrink: 0; position: relative; z-index: 1; } .ew-step-content h4 { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: #1a4a47; margin: 0 0 4px; padding-top: 8px; } .ew-step-content p { font-size: 0.9rem; color: #64748b; margin: 0; line-height: 1.6; } /* FAQ */ .ew-faq { margin: 24px 0; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; } .ew-faq-item { border-bottom: 1px solid #e2e8f0; } .ew-faq-item:last-child { border-bottom: none; } .ew-faq-q { width: 100%; background: none; border: none; padding: 18px 22px; text-align: left; font-family: 'DM Sans', sans-serif; font-size: 0.97rem; font-weight: 600; color: #1a4a47; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; } .ew-faq-q:hover { background: #f8fafb; } .ew-faq-icon { width: 22px; height: 22px; border-radius: 50%; background: #fdf0ed; color: #c8705a; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; transition: transform 0.2s; font-style: normal; } .ew-faq-item.open .ew-faq-icon { transform: rotate(45deg); } .ew-faq-a { display: none; padding: 0 22px 18px; font-size: 0.93rem; color: #64748b; line-height: 1.7; } .ew-faq-item.open .ew-faq-a { display: block; } /* CTA BOX */ .ew-cta-box { background: linear-gradient(135deg, #1a4a47 0%, #1d3557 100%); border-radius: 14px; padding: 40px; text-align: center; margin: 40px 0; color: white; } .ew-cta-box h2 { color: white; font-family: 'Playfair Display', serif; font-size: 1.6rem; margin: 0 0 12px; } .ew-cta-box p { color: rgba(255,255,255,0.8); margin-bottom: 28px; font-size: 1rem; } .ew-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; } .ew-btn-primary { background: #c8705a; color: white; padding: 14px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 1rem; display: inline-block; } .ew-btn-outline { border: 2px solid rgba(255,255,255,0.5); color: white; padding: 12px 26px; border-radius: 8px; text-decoration: none; font-weight: 500; font-size: 1rem; display: inline-block; }
See also  Tooth Filling Aftercare: Tips to Keep Your Smile Strong
.ew-cta-address { font-size: 0.85rem; color: rgba(255,255,255,0.45); } /* POST HERO */ .ew-post-hero { margin-bottom: 40px; padding-bottom: 32px; border-bottom: 2px solid #e2e8f0; } .ew-post-title { font-family: 'Playfair Display', serif; color: #1a4a47; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.25; margin: 16px 0 18px; font-weight: 700; } .ew-post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 0.87rem; color: #64748b; margin-bottom: 20px; } .ew-meta-dot { color: #cbd5e0; } .ew-post-intro { font-size: 1.1rem; color: #4a5568; line-height: 1.7; padding: 20px 24px; background: #f8fafb; border-left: 4px solid #1a4a47; border-radius: 0 8px 8px 0; font-style: italic; } /* BADGE */ .ew-awareness-badge { display: inline-flex; align-items: center; gap: 10px; background: #fdf0ed; border: 1.5px solid #c8705a; border-radius: 8px; padding: 10px 18px; margin-bottom: 16px; } .ew-awareness-badge span { font-size: 0.85rem; font-weight: 700; color: #c8705a; text-transform: uppercase; letter-spacing: 0.06em; } /* HERO IMAGE */ .ew-hero-image { margin: 32px 0 40px; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.12); } .ew-hero-image img { width: 100%; height: auto; display: block; } /* PULLQUOTE */ .ew-pullquote { border-left: 4px solid #c8705a; margin: 32px 0; padding: 20px 28px; background: #fdf0ed; border-radius: 0 12px 12px 0; } .ew-pullquote p { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: #1a4a47; font-style: italic; margin: 0; line-height: 1.7; } @media (max-width: 600px) { .ew-stat-banner { flex-direction: column; } .ew-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); } .ew-stat-item:last-child { border-bottom: none; } .ew-appt-diagram { grid-template-columns: 1fr; } .ew-appt-col:first-child { border-right: none; border-bottom: 1px solid #e2e8f0; } .ew-cta-box { padding: 28px 20px; } .ew-callout-navy { padding: 24px 20px; } }
👑 Restorative Dentistry — Enhanced Wellness

What Happens During a Dental Crown Procedure — And Is It Really That Scary?

Nervous about a dental crown? Dr. Liza Wakim walks through every step — what you'll feel, what takes longest, and what's easier than you expect.
Dr. Elizabeth Wakim, DDS — Enhanced Wellness, Washington PA

Of all the procedures patients tell me they're nervous about, dental crowns come up more than almost anything else. And when I ask what specifically they're worried about, the answers are usually some version of the same thing: they don't know what's going to happen, and the not-knowing is the worst part.

That's the most common source of dental anxiety I see in my practice — not pain, not needles, not the sound of the drill. It's the uncertainty. Not knowing what to expect, how long it will take, what you'll feel, and what you'll look and feel like when it's over.

So let me just tell you. All of it, step by step, the same way I'd explain it to a patient sitting in my chair before we start.

2
Appointments — that's all it takes
1–2 hrs
Appointment one — the longer of the two
30–45
Minutes — appointment two, much easier

First — Why Crowns Exist

A dental crown is a cap that fits over the entire visible portion of a tooth, from the gumline up. It's used when a tooth needs more protection or structural support than a filling can provide — after a root canal, when a tooth is cracked or significantly decayed, when an existing filling has failed and there isn't enough healthy tooth structure left to place a new one, or when a tooth has become so weakened that it needs to be fully covered to function safely.

A crown restores the tooth's shape, size, strength, and appearance. Once it's placed, it looks and functions like a natural tooth — you bite with it, chew with it, brush and floss around it the same way you would any other tooth.

A preservation outcome — not a bad one

Patients sometimes come in feeling like a crown is a bad outcome. It isn't. The goal of a crown is always to save a tooth that would otherwise be lost or continue to deteriorate. It's keeping a tooth that's worth keeping.

Appointment 1
Preparation
~1–2 hours
2

Tooth reshaping

A thin, uniform layer is removed from the outer surface to create space for the crown.

3

Impressions or scan

A digital scan or mold captures the exact shape needed to fabricate your permanent crown.

4

Temporary crown

A temporary crown is placed to protect the tooth while the permanent one is made — typically 1–2 weeks.

Appointment 2
Permanent placement
~30–45 minutes
1

Temporary removed

The temporary is taken off and the tooth is cleaned in preparation for the permanent crown.

2

Fit and bite check

The permanent crown is tested for fit, contact, and bite before anything is cemented.

3

Permanent cementation

Once everything checks out, the crown is bonded permanently. Edges are cleaned, bite confirmed.

4

You're done

Mild sensitivity for a few days is normal. Most patients are back to normal within a week.

What Actually Happens, Appointment by Appointment

Appointment One: Preparation

The first appointment is the longer of the two, typically lasting one to two hours depending on the complexity of the tooth. This is where most of the dental crown procedure happens.

1

Anesthesia first

Before anything else, I numb the area thoroughly. The anesthetic injection itself is brief, and once it takes effect, you shouldn't feel pain during any of what follows. Pressure, yes. Vibration, sometimes. Pain, no. If at any point you feel something sharp, I want to know immediately.

2

Reshaping the tooth

I reshape the tooth to create space for the crown — removing a thin, uniform layer from the outer surface on all sides. A drill is used for this, which produces sound and vibration. The sound, I'll be honest, is not the most pleasant. The sensation, with proper anesthesia, should be pressure without pain.

3

Impressions or digital scan

Once the tooth is prepared, I take either a traditional impression or a digital scan to capture the exact shape of the prepared tooth and surrounding teeth. This is what the lab uses to fabricate your crown to precise specifications.

4

Temporary crown placement

Before you leave, I place a temporary crown over the prepared tooth. It protects it while your permanent crown is being made — typically one to two weeks. Avoid sticky foods and chewing heavily on that side during this window.

After appointment one

Once anesthesia wears off — usually two to four hours later — it's common to have some soreness around the tooth and gum tissue. This is normal and settles within a day or two. Over-the-counter ibuprofen handles it comfortably for most patients.

The Two-Week Window

While the lab fabricates your permanent crown, you go about your normal life. Most patients forget they're even in a temporary after the first day or two. If the temporary comes off, call us and we'll re-cement it. Don't leave the prepared tooth uncovered for long.

Appointment Two: Permanent Crown Placement

The second appointment is considerably shorter — typically 30 to 45 minutes — and for most patients, much more comfortable than the first.

1

Removing the temporary

I take off the temporary crown, clean the prepared tooth, and check the fit of the permanent crown before cementing anything.

2

Checking the fit and bite

You'll bite down on articulating paper so I can see exactly how the crown meets your opposing teeth. Minor adjustments are common at this stage — getting the bite right before cementing is much easier than adjusting it after.

3

Permanent cementation

Once everything checks out, the crown is bonded with permanent dental cement. I clean up the edges, check the bite one more time, and that's it. The tooth is restored.

The Parts That Are Genuinely Uncomfortable — And the Parts That Just Seem That Way

The injection is the part most patients find most unpleasant — but it's brief. We can apply a topical anesthetic first to numb the surface before the injection. If needle anxiety is significant for you, tell me before we start.

The sound of the drill is unpleasant. It sounds like more than it is. With proper anesthesia, preparation should feel like pressure and vibration, not pain. Headphones and music help more than most patients expect.

The impression (if traditional rather than digital) can feel uncomfortable for patients with a strong gag reflex. Tell me if that's you — there are techniques to help, and a digital scan is often a more comfortable alternative.

The temporary occasionally causes mild sensitivity, especially to cold. This is manageable and temporary — the prepared tooth underneath is slightly more exposed than usual.

What is not particularly uncomfortable for most patients: the actual reshaping once numb, the waiting time with the temporary, and the second appointment.

The Question I Hear Most

"Will it feel like my real tooth?" — Yes. Once any post-placement sensitivity settles, a well-made, well-fitted crown should feel entirely normal. Patients who've had crowns for years often can't remember which tooth it's on without checking their records.

Frequently Asked Questions

The procedure itself should not be painful — the area is thoroughly numbed before anything begins. You may feel pressure and vibration during tooth reshaping, but not pain. If you do feel something sharp at any point, it's important to signal immediately so the anesthesia can be adjusted. Some soreness after the appointment is normal and typically manageable with over-the-counter ibuprofen.
With proper care, a well-placed crown can last 10 to 15 years or longer. Longevity depends on the material used, how well it was placed, and how well you maintain it — brushing, flossing, and avoiding habits like grinding or chewing on very hard things. Porcelain-fused-to-zirconia and full zirconia crowns tend to be particularly durable.
Call us as soon as you can and we'll re-cement it. Try not to leave the prepared tooth uncovered for long — it can cause sensitivity and, over a longer period, allow surrounding teeth to shift slightly. If it comes off in the evening, avoid chewing on that side and call first thing in the morning.
Minor bite adjustment is common and easy to address — it usually just requires a quick visit for a small polish on a high spot. Don't wait it out if your bite feels off after a week; call us and we'll take a look. It's a simple fix when addressed promptly and can become uncomfortable if left too long.
Yes — modern crown materials, particularly porcelain and zirconia, are designed to closely match the appearance of natural tooth structure, including color, translucency, and surface texture. Dr. Wakim will match the shade to your surrounding teeth so the crown blends naturally. Most patients find that after a short adjustment period, they're completely unaware of it.

The Procedure Is Manageable. The Outcome Is Worth It.

If you've been putting off a crown because you weren't sure what to expect, I hope this helps. If you're in the Washington, PA or Pittsburgh area and want to talk through what a crown would look like for your situation, I'm happy to have that conversation.

Enhanced Wellness · 620 N Main St, Washington, PA 15301
Serving Washington, Canonsburg, Peters Township & surrounding areas
document.querySelectorAll('.ew-faq-q').forEach(btn => { btn.addEventListener('click', () => { btn.parentElement.classList.toggle('open'); }); });
Scroll to Top

Book Appointment