/* Kill Squarespace wrapper padding */
.page-section .content-wrapper,
.page-section .content,
.sqs-layout .sqs-block,
.sqs-block-code .sqs-block-content,
#page, .Index-page-content,
article.page-section { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
body, #siteWrapper, .sqs-layout { background: #080307 !important; }
header#header, footer.sections { display: none !important; } /* hide SS header/footer if desired — remove these lines to keep them */
/* Base */
.bt-wrap { font-family: 'Inter', -apple-system, sans-serif; color: #f4f2e3; background: #080307; margin: 0; padding: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; }
.bt-wrap * { margin: 0; padding: 0; box-sizing: border-box; }
.bt-wrap img { max-width: 100%; height: auto; display: block; }
.bt-wrap a { text-decoration: none; }
.bt-wrap h1, .bt-wrap h2, .bt-wrap h3.bt-display { font-family: 'Bebas Neue', sans-serif !important; letter-spacing: 1px; color: #f4f2e3; }
/* Hero */
.bt-hero {
position: relative; min-height: 90vh; display: flex; flex-direction: column;
justify-content: center; align-items: center; text-align: center;
padding: 80px 24px; overflow: hidden;
}
.bt-hero-bg {
position: absolute; inset: 0; z-index: 0;
background-image: url('https://drive.google.com/thumbnail?id=1J7sC6Op8YUi0QFuj4GDNrZ5bC-n3iza-&sz=w1600');
background-size: cover; background-position: center;
filter: brightness(0.3);
}
.bt-hero-content { position: relative; z-index: 1; max-width: 800px; }
.bt-hero h1 {
font-family: 'Bebas Neue', sans-serif !important;
font-size: clamp(3rem, 8vw, 6rem) !important; line-height: 1.05 !important;
margin-bottom: 20px !important; color: #f4f2e3 !important;
}
.bt-hero h1 span { color: #e56d21; }
.bt-hero p {
font-size: 1.25rem; color: #d4d2c7; max-width: 550px;
margin: 0 auto 36px; line-height: 1.6;
}
.bt-btn {
display: inline-block; padding: 16px 40px; border-radius: 8px;
font-weight: 700; font-size: 1.1rem; text-decoration: none !important;
transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;
background: #e56d21; color: #fff !important;
}
.bt-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(229,109,33,0.4); color: #fff !important; }
/* Sections */
.bt-section { padding: 80px 24px; max-width: 1100px; margin: 0 auto; }
.bt-wrap h2 {
font-family: 'Bebas Neue', sans-serif !important;
font-size: clamp(2rem, 5vw, 3.5rem) !important;
margin-bottom: 16px !important; letter-spacing: 1px;
color: #f4f2e3 !important;
}
.bt-sub { font-size: 1.1rem; color: #b0aea3; margin-bottom: 48px; max-width: 600px; }
/* Real Talk Intro */
.bt-real-talk {
max-width: 700px; margin: 0 auto; text-align: center; padding: 60px 24px 0;
}
.bt-real-talk p { font-size: 1.15rem; color: #d4d2c7; line-height: 1.7; }
.bt-highlight { color: #e56d21; font-weight: 700; }
/* Taco Grid */
.bt-taco-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 20px; margin-top: 40px;
}
.bt-taco-card {
display: flex; align-items: center; gap: 16px;
background: rgba(229,109,33,0.06); border: 1px solid rgba(229,109,33,0.12);
border-radius: 12px; padding: 12px; overflow: hidden;
}
.bt-taco-card img {
width: 100px; height: 100px; object-fit: cover; border-radius: 8px; flex-shrink: 0;
}
.bt-taco-card h3 { font-size: 1.05rem !important; font-weight: 700; margin-bottom: 4px !important; color: #f4f2e3 !important; font-family: 'Inter', sans-serif !important; }
.bt-taco-card p { font-size: 0.9rem; color: #b0aea3; margin: 0; }
.bt-price-tag { color: #23fdff; font-weight: 700; font-size: 0.85rem; margin-top: 4px; }
.bt-salsa-note {
text-align: center; margin-top: 32px; color: #b0aea3;
font-size: 1rem; font-style: italic;
}
/* The Box Section */
.bt-box-section {
background: linear-gradient(180deg, #080307 0%, #1a0f08 100%);
padding: 80px 24px;
}
.bt-box-inner { max-width: 1100px; margin: 0 auto; }
.bt-box-grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
align-items: center; margin-top: 40px;
}
.bt-box-grid img {
border-radius: 16px; width: 100%;
box-shadow: 0 20px 60px rgba(229,109,33,0.2);
}
.bt-box-text h3 { font-family: 'Bebas Neue', sans-serif !important; font-size: 2.5rem !important; color: #e56d21 !important; margin-bottom: 12px !important; }
.bt-box-text p { color: #d4d2c7; line-height: 1.7; font-size: 1.05rem; margin-bottom: 16px; }
.bt-box-price { font-size: 2.5rem; font-weight: 800; color: #23fdff; margin-bottom: 8px; }
.bt-per-taco { color: #b0aea3; font-size: 1rem; margin-bottom: 24px; }
/* Math Table */
.bt-math-table {
width: 100%; max-width: 500px; margin: 48px auto 0;
border-collapse: collapse; color: #f4f2e3;
}
.bt-math-table th {
text-align: left; padding: 12px 16px; font-size: 0.85rem;
color: #b0aea3; text-transform: uppercase; letter-spacing: 1px;
border-bottom: 1px solid rgba(244,242,227,0.1);
}
.bt-math-table td {
padding: 16px; border-bottom: 1px solid rgba(244,242,227,0.06);
font-size: 1rem; color: #f4f2e3;
}
.bt-math-table tr:last-child td { color: #5a5550; }
.bt-win { color: #23fdff !important; font-weight: 700; }
/* Catering */
.bt-catering { padding: 80px 24px; }
.bt-catering-inner { max-width: 1100px; margin: 0 auto; }
.bt-catering-grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
align-items: center; margin-top: 40px;
}
.bt-catering-benefits { list-style: none !important; padding: 0 !important; }
.bt-catering-benefits li {
list-style: none !important; padding: 14px 0 !important; font-size: 1.05rem;
border-bottom: 1px solid rgba(244,242,227,0.08);
display: flex; align-items: center; gap: 12px; color: #f4f2e3;
}
.bt-check { color: #23fdff; font-weight: 700; font-size: 1.2rem; }
.bt-catering-cta {
background: rgba(229,109,33,0.1); border: 2px solid #e56d21;
border-radius: 16px; padding: 40px; text-align: center;
}
.bt-catering-cta h3 { font-family: 'Bebas Neue', sans-serif !important; font-size: 1.8rem !important; margin-bottom: 8px !important; color: #e56d21 !important; }
.bt-catering-cta p { color: #b0aea3; margin-bottom: 20px; }
/* Reviews */
.bt-reviews {
display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px; margin-top: 40px;
}
.bt-review-card {
background: rgba(244,242,227,0.04); border: 1px solid rgba(244,242,227,0.08);
border-radius: 16px; padding: 32px;
}
.bt-review-card blockquote {
font-style: italic; font-size: 1.05rem; line-height: 1.6;
color: #d4d2c7; margin-bottom: 16px; border: none; padding: 0;
}
.bt-review-card cite { color: #e56d21; font-style: normal; font-weight: 600; }
/* Location Bar */
.bt-location-bar {
display: flex; gap: 48px; justify-content: center; flex-wrap: wrap;
margin-top: 48px; padding: 40px 0;
border-top: 1px solid rgba(244,242,227,0.1);
border-bottom: 1px solid rgba(244,242,227,0.1);
}
.bt-location-bar > div { text-align: center; }
.bt-loc-icon { font-size: 1.5rem; margin-bottom: 8px; display: block; color: #e56d21; font-weight: 700; }
.bt-loc-info { font-size: 1rem; color: #d4d2c7; font-weight: 600; }
.bt-loc-detail { font-size: 0.85rem; color: #b0aea3; margin-top: 4px; }
.bt-loc-note { text-align: center; margin-top: 24px; color: #b0aea3; }
.bt-loc-note a { color: #e56d21 !important; text-decoration: none; }
/* FAQ */
.bt-faq { background: #f4f2e3; color: #080307; padding: 80px 24px; }
.bt-faq h2 { color: #080307 !important; }
.bt-faq-list { margin-top: 40px; max-width: 700px; }
.bt-faq-item { border-bottom: 1px solid rgba(0,0,0,0.1); padding: 24px 0; }
.bt-faq-item h3 { font-size: 1.1rem !important; font-weight: 700; margin-bottom: 8px !important; color: #080307 !important; font-family: 'Inter', sans-serif !important; }
.bt-faq-item p { line-height: 1.6; color: #2a2520; }
/* Final CTA */
.bt-final-cta {
text-align: center; padding: 100px 24px;
background: radial-gradient(ellipse at center, rgba(229,109,33,0.08) 0%, #080307 60%);
}
.bt-final-cta p { color: #b0aea3; font-size: 1.2rem; margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }
/* Footer */
.bt-footer {
text-align: center; padding: 40px 24px;
border-top: 1px solid rgba(244,242,227,0.08);
color: #5a5550; font-size: 0.85rem;
}
.bt-footer a { color: #e56d21 !important; text-decoration: none; }
@media (max-width: 768px) {
.bt-box-grid { grid-template-columns: 1fr; }
.bt-catering-grid { grid-template-columns: 1fr; }
.bt-hero { min-height: 80vh; padding: 60px 20px; }
.bt-taco-grid { grid-template-columns: 1fr; }
.bt-location-bar { gap: 32px; }
}
Breakfast Tacos That'll Ruin Every Other Breakfast for You
Loaded breakfast tacos starting at $2.25. Every morning in Sugar House, SLC. Seven days a week.
ORDER NOW
Not a sad gas station burrito. Not a $14 avocado toast. A proper, loaded breakfast taco — scrambled eggs, real proteins, fresh toppings, house-made salsas — for $2.25. Every single morning in Sugar House.
What's on the Menu
Every taco: fluffy eggs, melted cheese, warm flour tortilla, and your pick.
Bacon & Egg
The classic. Crispy bacon, scrambled eggs, cheddar, pico.
$2.25
Chorizo & Egg
Spicy, savory, perfect. House-made chorizo.
$2.25
Carne Asada & Egg
Grilled steak, eggs, guac, grilled onions. Level up.
$2.25
Birria & Egg
Slow-braised birria, eggs, cheese — the cult favorite.
$2.25
Tots & Egg
Crispy tots, eggs, cheese — comfort food wrapped up.
$2.25
Black Bean & Cheese
Plant-powered perfection. No compromise.
$2.25
Four house-made salsas on every order: tomatillo verde, chile de arbol, chipotle crema, and habanero.
The Box: 10 Tacos, $20.50
One box that feeds 3-4 people. Be the hero of your office.
The Breakfast Taco Box
$20.50
That's $2.05 per taco.
Ten loaded breakfast tacos. Four salsas. One sturdy box. Mix and match whatever you want. Order online, grab it on your way to work.
ORDER A BOX
OptionCostPer Taco
Single taco$2.25$2.25
Box of 10$20.50$2.05
Your sad drive-thru breakfast$8-12...
Feed Your Whole Office. Be the Hero.
Morning meeting? Team event? Breakfast catering that'll make corporate food actually good.
✓ Order direct — skip the middleman markup
✓ Feeds teams of any size — 10 people to 100+
✓ Easy online ordering — no phone tag required
✓ 4.9-star average rating across 860+ reviews
✓ Real food, not sad corporate bagels
Need Breakfast for a Big Group?
Custom taco boxes, mixed proteins, salsas on the side. We make it easy.
ORDER CATERING
Don't Take Our Word for It
"This spot caught me off guard, and honestly I was pleasantly surprised! I had the Birria Taco Plate and the chips and salsa were really good. They bring you 3 different sauces to try. The arbol actually had some kick which seems rare around here."
— Michael M., Google Review
"Tried out Muertos Cantina for the first time and it was great! The moment you walk in, you're transported into another place. We ordered a few different dishes and everything came out quickly."
— Brittney M., Google Review
"Very good service. Excellent food. Great tequila. Was looking for something on our first day in town. This is definitely a spot to visit. The green chili smothered burrito was excellent."
— Anthony K., Google Review
Where & When
LOCATION
Sugar House, SLC
1215 Wilmington Ave, Suite 104, Salt Lake City, UT 84106
HOURS
8am - 3pm
Every single day
CALL
(801) 869-1007
Call or just walk in
Brought to you by the team behind Muertos Cantina — home of SLC's best birria tacos. Breakfast-only fast casual. Use Suite 104's separate courtyard entrance across from Spitz Sugar House. For Muertos Cantina sit-down lunch and dinner, use Suite 110.
Quick Answers
Where is Muertos Breakfast Bodega?
1215 Wilmington Ave, Suite 104, Salt Lake City, UT 84106. Use the separate courtyard entrance across from Spitz Sugar House. Breakfast only, served 8am - 3pm daily.
What are your breakfast hours?
8am - 3pm, every day. Yes, every day.
Can I customize my taco box?
Yes — mix and match any of our six taco options when you order online.
Do you deliver?
Catering orders include delivery anywhere in the Salt Lake City area. Individual boxes are pickup at our Sugar House location.
Is this actually good or just cheap?
Both. Quality ingredients, made fresh daily, priced so you can actually afford to eat well. We're not cutting corners — we're cutting out the middleman. Check our 860+ Google reviews if you need convincing.
Still Reading? Just Order Already.
Loaded breakfast tacos. $2.25 each. Boxes of 10 for $20.50. Seven days a week in Sugar House.
ORDER NOW
Breakfast Bodega at Muertos Cantina — 1215 Wilmington Ave, Suite 104, Salt Lake City, UT 84106
Home ·
Birria Tacos ·
FAQ ·
Instagram ·
Facebook
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Breakfast Bodega at Muertos Cantina",
"image": "https://drive.google.com/thumbnail?id=185j6bBsK8PpJ1FH6g3M8yHvzWl5F2ybn&sz=w800",
"url": "https://www.muertoscantina.com/breakfast-tacos",
"telephone": "(801) 869-1007",
"servesCuisine": ["Mexican", "Breakfast"],
"priceRange": "$",
"address": {
"@type": "PostalAddress",
"streetAddress": "1215 Wilmington Ave, Suite 104",
"addressLocality": "Salt Lake City",
"addressRegion": "UT",
"postalCode": "84106",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 40.7226,
"longitude": -111.8658
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
"opens": "08:00",
"closes": "15:00"
},
"menu": {
"@type": "Menu",
"hasMenuSection": {
"@type": "MenuSection",
"name": "Breakfast Tacos",
"hasMenuItem": [
{"@type": "MenuItem", "name": "Bacon & Egg Taco", "description": "Crispy bacon, scrambled eggs, cheddar, pico de gallo on flour tortilla", "offers": {"@type": "Offer", "price": "2.25", "priceCurrency": "USD"}},
{"@type": "MenuItem", "name": "Chorizo & Egg Taco", "description": "House-made chorizo, scrambled eggs, queso fresco on flour tortilla", "offers": {"@type": "Offer", "price": "2.25", "priceCurrency": "USD"}},
{"@type": "MenuItem", "name": "Carne Asada & Egg Taco", "description": "Grilled steak, scrambled eggs, guacamole, grilled onions on flour tortilla", "offers": {"@type": "Offer", "price": "2.25", "priceCurrency": "USD"}},
{"@type": "MenuItem", "name": "Birria & Egg Taco", "description": "Slow-braised birria, scrambled eggs, cheese on flour tortilla", "offers": {"@type": "Offer", "price": "2.25", "priceCurrency": "USD"}},
{"@type": "MenuItem", "name": "Tots & Egg Taco", "description": "Crispy tots, scrambled eggs, cheese on flour tortilla", "offers": {"@type": "Offer", "price": "2.25", "priceCurrency": "USD"}},
{"@type": "MenuItem", "name": "Black Bean & Cheese Taco", "description": "Black beans, cheese, scrambled eggs on flour tortilla (vegetarian)", "offers": {"@type": "Offer", "price": "2.25", "priceCurrency": "USD"}},
{"@type": "MenuItem", "name": "Breakfast Taco Box (10 tacos)", "description": "10 loaded breakfast tacos, mix and match, 4 house-made salsas", "offers": {"@type": "Offer", "price": "20.50", "priceCurrency": "USD"}}
]
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "860"
}
}
.fe-block-yui_3_17_2_1_1763963293663_1090 {
--opacity: 100%;
--translate-x: 0px;
--translate-y: 0px;
--rotation: 0deg;
--scale-x: 100%;
--scale-y: 100%;
--skew-x: 0deg;
--skew-y: 0deg;
--origin-x: 50%;
--origin-y: 50%;
--block-transform: none;
opacity: var(--opacity, 1);
transform: var(--block-transform);
transform-origin: var(--origin-x) var(--origin-y);
}