:root {
  --orange: #ff5a00;
  --orange2: #ff7a00;
  --bg: #f5f5f5;
  --text: #171717;
  --muted: #777;
  --card: #fff;
  --border: #e8e8e8;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { background: #f1f1f1; }

body.mdc-lojas-body {
  width: 100%;
  max-width: none;
  min-height: 100dvh;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  padding-bottom: 88px;
  overflow-x: hidden;
}

.lojas-top {
  color: #fff;
  padding: 12px 14px 15px;
  border-radius: 0 0 24px 24px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255,255,255,.30), transparent 26%),
    linear-gradient(135deg, var(--orange), #ff2f00);
  box-shadow: 0 12px 32px rgba(255,90,0,.20);
}

.lojas-bar {
  min-height: 46px;
  display: grid;
  grid-template-columns: 44px 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 8px;
}

.lojas-icon-btn,
.lojas-menu-btn {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.lojas-menu-btn { font-size: 27px; }
.lojas-title-mini { min-width: 0; }
.lojas-title-mini span,
.lojas-title-mini strong { display: block; }
.lojas-title-mini span { font-size: 11px; opacity: .86; font-weight: 800; }
.lojas-title-mini strong { font-size: 14px; font-weight: 950; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.lojas-hero {
  margin-top: 9px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.lojas-hero-icon {
  width: 54px;
  height: 54px;
  border-radius: 19px;
  background: #111;
  color: var(--orange2);
  display: grid;
  place-items: center;
  font-size: 27px;
  border: 2px solid rgba(255,255,255,.5);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.lojas-kicker {
  display: inline-flex;
  align-items: center;
  background: rgba(17,17,17,.22);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 950;
  margin-bottom: 5px;
}

.lojas-hero h1 {
  margin: 0;
  font-size: clamp(22px, 6vw, 25px);
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: -.035em;
}

.lojas-hero p {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 800;
  opacity: .92;
}

.lojas-search {
  height: 48px;
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 999px;
  padding: 0 14px;
  color: #777;
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
}

.lojas-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font-size: 15px;
  font-weight: 750;
}

.lojas-search button {
  border: 0;
  background: transparent;
  color: #999;
  font-size: 18px;
  display: none;
}

.lojas-search.has-value button { display: grid; }

.lojas-main { padding: 13px 14px 14px; }

.lojas-feature-card {
  margin: 0 0 12px;
  border-radius: 20px;
  padding: 13px 14px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,122,0,.42), transparent 28%),
    linear-gradient(135deg, #111, #2a2a2a);
  display: grid;
  grid-template-columns: 1fr 46px;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

.lojas-feature-card small,
.lojas-feature-card strong,
.lojas-feature-card span { display: block; }
.lojas-feature-card small { color: var(--orange2); font-size: 10px; font-weight: 950; }
.lojas-feature-card strong { margin-top: 2px; font-size: 16px; font-weight: 950; }
.lojas-feature-card span { margin-top: 2px; color: #ddd; font-size: 12px; font-weight: 700; line-height: 1.22; }
.lojas-feature-card > i { width: 46px; height: 46px; border-radius: 17px; background: rgba(255,122,0,.16); color: var(--orange2); display: grid; place-items: center; font-size: 25px; }

.lojas-section-title {
  margin: 4px 2px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 950;
  color: #111;
}
.lojas-section-title span { display: inline-flex; align-items: center; gap: 7px; }
.lojas-section-title i { color: var(--orange); }
.lojas-section-title em { color: #777; font-style: normal; font-size: 12px; font-weight: 850; white-space: nowrap; }

.lojas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.loja-card {
  min-height: 86px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 13px;
  color: #171717;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.045);
  transition: transform .16s ease, box-shadow .16s ease;
}

.loja-card:active {
  transform: scale(.985);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.loja-logo-wrap {
  width: 58px;
  height: 58px;
  border-radius: 19px;
  background: #fff3eb;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.loja-logo-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.loja-fallback {
  width: 100%;
  height: 100%;
  display: none;
  place-items: center;
  color: var(--orange);
  font-size: 26px;
}

.loja-copy { min-width: 0; }
.loja-copy strong,
.loja-copy span { display: block; }
.loja-copy strong { font-size: 15px; font-weight: 950; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.loja-copy span { margin-top: 4px; color: #777; font-size: 12px; font-weight: 850; }

.loja-card b {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.lojas-empty {
  margin-top: 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 3px 12px rgba(0,0,0,.045);
  text-align: center;
  color: #555;
}
.lojas-empty i { color: var(--orange); font-size: 34px; }
.lojas-empty strong,
.lojas-empty span { display: block; }
.lojas-empty strong { margin-top: 8px; color: #111; font-size: 17px; font-weight: 950; }
.lojas-empty span { margin-top: 4px; font-size: 13px; }
.lojas-empty a { display: inline-flex; margin-top: 13px; background: #111; color: #fff; text-decoration: none; border-radius: 999px; padding: 11px 14px; font-size: 12px; font-weight: 950; }
.lojas-empty-visible { display: block; }

body.lojas-open { overflow: hidden; }

@media (max-width: 360px) {
  .lojas-bar { grid-template-columns: 42px 42px minmax(0, 1fr) 42px; }
  .lojas-icon-btn, .lojas-menu-btn { width: 42px; height: 42px; }
  .loja-card { grid-template-columns: 52px minmax(0, 1fr) auto; padding: 11px; }
  .loja-logo-wrap { width: 52px; height: 52px; border-radius: 17px; }
  .loja-card b { padding: 8px 9px; }
}


   .bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78px;
  background: #fff;
  display: flex;
  border-top: 1px solid #e5e5e5;
  z-index: 999;
}

.nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  text-decoration: none;
  color: #666;
  font-size: 12px;
  font-weight: 600;
}

.nav-item i {
  font-size: 22px;
  line-height: 1;
}

.nav-item span {
  line-height: 1;
}

.nav-item.active {
  color: #ff5a00;
}

.nav-ia {
  transform: translateY(-18px);
}

.nav-ia .circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg,#ff7a00,#ff4a00);

  display: flex;
  align-items: center;
  justify-content: center;

  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(255,122,0,.35);
}

.nav-ia .circle i {
  color: #fff;
  font-size: 24px;
}
