/** Shopify CDN: Minification failed

Line 8:72 Unexpected "*"

**/
/* ============================================================
   CofCof.co — Partner Map page styles
   Port FIEL de src/pages/MapPartners.tsx + classes find-*/mobile-sheet-*
   de src/index.css. Mapa Leaflet full-screen imersivo (sem navbar/footer).
   NÃO edita cofcof-global.css — tudo escopado aqui.
   ============================================================ */

/* Página em modo mapa: sem scroll de fundo */
.template-page-onde-nos-encontrar,
.template-page-onde-nos-encontrar body { overflow: hidden; }
.template-page-onde-nos-encontrar .cofcof-main { padding: 0; margin: 0; }

/* ---------- Estrutura base ---------- */
.find-page {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  background: #080705;
  color: #f4efe6;
}

.find-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  height: 100dvh;
}

.find-sidebar {
  position: relative;
  z-index: 5;
  height: 100dvh;
  background: #080705;
  border-right: 1px solid rgba(244, 239, 230, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* cabeçalho do sidebar (desktop) — espelha px-8 pt-8 pb-4 */
.find-sidebar-head {
  padding: 32px 32px 16px;
  flex-shrink: 0;
}

.find-results {
  flex: 1;
  overflow-y: auto;
}

.find-map {
  position: relative;
  height: 100dvh;
  min-width: 0;
}

/* botão voltar (desktop) */
.find-exit-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f4efe6;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-bottom: 32px;
  font-family: var(--fn);
}
.find-exit-button:hover { opacity: 1; }
.find-exit-button svg { width: 16px; height: 16px; }

/* eyebrow / título / lead */
.find-eyebrow {
  color: var(--clay);
  font-family: var(--fl);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.find-title {
  font-family: var(--fl);
  font-weight: 800;
  text-transform: uppercase;
  color: #f4efe6;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.find-lead {
  font-family: var(--fn);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 24px;
}

/* busca desktop — rounded-[40px], fundo translúcido */
.find-search-desktop {
  position: relative;
  margin-bottom: 24px;
}
.find-search-desktop > svg:first-child {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--clay);
  pointer-events: none;
  width: 18px;
  height: 18px;
}
.find-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 12px 44px 12px 48px;
  color: #f4efe6;
  font-size: 14px;
  outline: none;
  font-family: var(--fn);
  transition: all 0.2s;
}
.find-search-input::placeholder { color: rgba(255, 255, 255, 0.4); }
.find-search-clear {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #f4efe6;
  opacity: 0.5;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: flex;
}
.find-search-clear:hover { opacity: 0.85; }

/* filtros de categoria — pills */
.find-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 16px;
}
.find-filter-btn {
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--fl);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  color: #f4efe6;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.find-filter-btn.is-active {
  background: var(--clay);
  color: #000;
  border-color: var(--clay);
}

/* lista de resultados (desktop) */
.find-results .results-scroll-area {
  padding: 0 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ---------- Card de parceiro ---------- */
.find-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  min-height: 112px;
  border-radius: 14px;
  border: 1px solid rgba(244, 239, 230, 0.14);
  background: rgba(244, 239, 230, 0.035);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}
.find-card:hover { border-color: rgba(244, 239, 230, 0.3); }
.find-card.is-active {
  border-color: var(--clay);
  background: rgba(255, 255, 255, 0.05);
}
.find-card-thumb {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  position: relative;
  background: #15110d;
  border-radius: 10px;
  overflow: hidden;
}
.find-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  display: block;
  transition: opacity 0.2s;
}
.find-card:hover .find-card-thumb img { opacity: 1; }
.find-card-featured {
  position: absolute;
  top: 4px;
  left: 4px;
  background: var(--clay);
  color: #000;
  font-family: var(--fl);
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 4px;
}
.find-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0;
}
.find-card-cat {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: var(--clay);
}
.find-card-cat span {
  font-family: var(--fl);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.find-card-name {
  font-family: var(--fl);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.1;
  color: #f4efe6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.find-card-loc {
  font-family: var(--fn);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(244, 239, 230, 0.62);
  margin: 4px 0 0;
}
.find-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.find-card-route,
.find-card-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  font-family: var(--fl);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s, background 0.2s;
}
.find-card-route {
  background: var(--sand);
  color: #080705;
}
.find-card-route:hover { opacity: 0.9; }
.find-card-info {
  border: 1px solid rgba(244, 239, 230, 0.2);
  color: var(--sand);
}
.find-card-info:hover { background: rgba(255, 255, 255, 0.08); }

/* empty state */
.find-empty {
  text-align: center;
  padding: 48px 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
}
.find-empty svg { color: var(--clay); opacity: 0.5; margin: 0 auto 16px; display: block; }
.find-empty h3 {
  font-family: var(--fl);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  color: #f4efe6;
  margin-bottom: 8px;
}
.find-empty p {
  font-family: var(--fn);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- Marcadores Leaflet ---------- */
.cofcof-pin-wrap { background: transparent; border: 0; }
.find-map.leaflet-container,
.find-map .leaflet-container { background: #080705 !important; font-family: var(--fn) !important; }
.find-map .leaflet-control-zoom {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden;
  margin-bottom: 24px !important;
  margin-right: 24px !important;
}
.find-map .leaflet-control-zoom a {
  background-color: #080705 !important;
  color: #f4efe6 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  transition: all 0.2s !important;
}
.find-map .leaflet-control-zoom a:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--clay) !important;
}

/* ---------- Mobile (≤768px): topbar + bottom-sheet ---------- */
.find-mobile-topbar { display: none; }

@media (max-width: 767.98px) {
  .find-layout {
    display: block;
    height: 100dvh;
  }

  .find-sidebar {
    position: fixed;
    inset: 0;
    z-index: 2000;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    pointer-events: none;
  }
  /* a head do desktop fica escondida no mobile (busca vem da topbar) */
  .find-sidebar-head { display: none; }

  .find-mobile-topbar {
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 2010;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
  }
  .find-mobile-back {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 40px;
    background: #080705;
    color: #f4efe6;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .find-search-wrapper {
    position: relative;
    flex: 1;
    height: 48px;
    border-radius: 40px;
    background: #080705;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f4efe6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
  }
  .find-search-wrapper > svg:first-child {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--clay);
    width: 18px;
    height: 18px;
    pointer-events: none;
  }
  .find-search {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: none;
    color: #f4efe6;
    font-family: var(--fn);
    font-size: 14px;
    padding: 0 40px 0 44px;
  }
  .find-search::placeholder { color: rgba(255, 255, 255, 0.45); }
  .find-search-clear-mobile {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    color: #f4efe6;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    padding: 0;
  }

  .find-map {
    height: 100dvh;
    width: 100vw;
  }

  .find-results {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: #080705;
    color: #f4efe6;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.45);
    transition: transform 280ms cubic-bezier(0.32, 0.72, 0, 1);
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    height: 75dvh;
    overflow: visible;
  }

  .mobile-sheet-closed .find-results { transform: translateY(calc(100% - 60px)); }
  .mobile-sheet-closed.has-active-partner .find-results { transform: translateY(calc(100% - 215px)); }
  .mobile-sheet-hidden .find-results { transform: translateY(100%); pointer-events: none; }
  .mobile-sheet-open .find-results { transform: translateY(0); }

  .mobile-sheet-handle-area {
    width: 100%;
    cursor: pointer;
    padding-top: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
  }
  .mobile-sheet-handle {
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin: 0 auto 8px;
  }
  .mobile-sheet-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1px 16px 12px;
    font-family: var(--fl);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--clay);
  }
  .mobile-sheet-meta-dim { color: rgba(255, 255, 255, 0.4); }
  .mobile-sheet-meta-act { color: var(--sand); }

  .find-results .results-scroll-area {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .find-results .results-scroll-area.showing-preview-only {
    padding-bottom: 24px;
    overflow-y: hidden;
  }
}
