@charset "UTF-8";
/**
 * Visítanos Mungos — store locator.
 * Brown rounded panel, cream location cards with red hour pills, interactive
 * map on the right, photo carousel below. 44px touch targets, focus rings,
 * reduced-motion support.
 */
/* La familia "sans-plomb" se declara una sola vez en shared.css
   (assets/fonts/SansPlomb-CondensedRegular.woff2), del que depende este widget. */
.mu-sl {
  --mu-sl-panel: #331900;
  --mu-sl-card: #ffeed1;
  --mu-sl-pill: #fd472e;
  --mu-sl-accent: #c2e535;
  --mu-sl-dot: #4dacb8;
  --mu-sl-ink: #331900;
  --mu-sl-display: "sans-plomb", "custard-condensed", "custard", "Anton", "Arial Narrow", sans-serif;
  --mu-sl-mono: "xanti-typewriter-variable", ui-monospace, "Courier New", monospace;
  /* ── Customisation knobs (set from the Elementor «Disposición» panel) ── */
  --mu-sl-scale: 1;        /* global proportional size: width + height + text  */
  --mu-sl-maxw: 960px;     /* panel width (before scale) */
  --mu-sl-maph: 240px;     /* map height (before scale) */
  --mu-sl-title-x: -10px;  /* nudge the title only */
  --mu-sl-title-y: 0px;
  --mu-sl-sub-x: 0px;      /* nudge the subtitle/image independently of the title */
  --mu-sl-sub-y: 0px;
  --mu-sl-tex-x: 0px;      /* nudge the «M» watermark */
  --mu-sl-tex-y: 120px;
  position: relative;
  /* Constrain the wrapper to the panel width and centre it, so the characters
     (positioned in % of this box) always line up with the panel regardless of
     how wide the Elementor section/column is. Scales with --mu-sl-scale so the
     characters keep their alignment when the whole box is resized. */
  max-width: calc(1100px * var(--mu-sl-scale, 1));
  margin-left: auto;
  margin-right: auto;
  font-family: var(--mu-sl-mono);
  /* Query the widget's OWN width (not just the viewport) so it also stacks when
     placed inside a narrow Elementor column, not only on small phones. */
  container-type: inline-size;
}
.mu-sl img {
  max-width: 100%;
  height: auto;
}
.mu-sl__texture {
  position: absolute;
  left: 0;
  top: calc(50% + var(--mu-sl-tex-y, 120px));
  transform: translate(calc(-14% + var(--mu-sl-tex-x, 0px)), -50%);
  width: 48%;
  aspect-ratio: 3000 / 2418;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.62;
  z-index: 0;
  pointer-events: none;
}
.mu-sl__title {
  text-align: center;
  font-family: var(--mu-sl-display);
  font-weight: 700;
  font-size: calc(clamp(72px, 9.6vw, 126px) * var(--mu-sl-scale, 1));
  line-height: 0.95;
  /* header aligns with the panel (same max-width, centred), biased left for the
     lying dog. Only the TITLE is nudged (via --mu-sl-title-x/y); the subtitle
     image moves on its own knobs so tweaking one never drags the other. */
  box-sizing: border-box;
  max-width: calc(var(--mu-sl-maxw, 960px) * var(--mu-sl-scale, 1));
  margin: 0 auto 8px;
  padding-right: 20%;
  transform: translate(var(--mu-sl-title-x, -80px), var(--mu-sl-title-y, 0px));
  color: var(--mu-sl-ink);
}
.mu-sl__subtitle-wrap {
  text-align: center;
  box-sizing: border-box;
  max-width: calc(var(--mu-sl-maxw, 960px) * var(--mu-sl-scale, 1));
  margin: -10px auto 26px;
  padding-right: 20%;
  transform: translate(var(--mu-sl-sub-x, 0px), var(--mu-sl-sub-y, 0px));
}
.mu-sl__subtitle {
  position: relative;
  display: inline-block;
  background: var(--mu-sl-panel);
  color: var(--mu-sl-card);
  font-family: var(--mu-sl-mono);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(11px, 1.25vw, 14px);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 24px;
  border-radius: 999px;
}
/* ink-spray halo around the pill (brand art) */
.mu-sl__subtitle::before {
  content: "";
  position: absolute;
  inset: -86% -6%;
  background: url("assets/svg/subtitle-spray.svg") center / 100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}
.mu-sl--no-spray .mu-sl__subtitle::before { display: none; }

/* official subtitle art (pill + real ink spray, transparent PNG) */
.mu-sl__subtitle-img {
  display: inline-block;
  width: calc(clamp(330px, 50%, 539px) * var(--mu-sl-scale, 1));
  height: auto;
}

/* "EN MEDELLÍN" official art (Recurso 15: red pill + brown outline, baked tilt) */
.mu-sl__tag-art {
  position: absolute;
  top: 5px;
  left: 16px;
  width: calc(clamp(120px, 15%, 166px) * var(--mu-sl-scale, 1));
  z-index: 3;
  pointer-events: none;
}
.mu-sl__tag-art svg {
  display: block;
  width: 100%;
  height: auto;
}
.mu-sl__panel {
  position: relative;
  background: var(--mu-sl-panel);
  border-radius: clamp(14px, 2vw, 20px);
  /* side margins ~9.4% and top ~40px, matching the art's generous insets */
  padding: calc(clamp(28px, 3.2vw, 38px) * var(--mu-sl-scale, 1)) clamp(18px, 9.3%, 96px) calc(clamp(18px, 2.8vw, 30px) * var(--mu-sl-scale, 1));
  /* narrower panel → cream space on the sides like the art (texture shows there) */
  max-width: calc(var(--mu-sl-maxw, 960px) * var(--mu-sl-scale, 1));
  margin: 0 auto;
}
.mu-sl__tag {
  position: absolute;
  top: -14px;
  left: clamp(16px, 4vw, 46px);
  background: var(--mu-sl-pill);
  color: #fff;
  font-family: var(--mu-sl-mono);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(11px, 1.2vw, 13px);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  transform: rotate(-4deg);
  z-index: 3;
}
.mu-sl__top {
  display: grid;
  /* exact art proportions: cards ~46.5% · gap ~9.5% · map ~44% of the content */
  grid-template-columns: 46.5% 44%;
  column-gap: 9.5%;
  row-gap: clamp(16px, 2vw, 22px);
  align-items: stretch;
  margin-bottom: clamp(18px, 2.6vw, 28px);
}
.mu-sl__locs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  /* cards spread to fill the column so they align top & bottom with the map */
  justify-content: space-between;
}
.mu-sl__loc {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  background: var(--mu-sl-card);
  border: 3px solid transparent;
  border-radius: 10px;
  padding: calc(18px * var(--mu-sl-scale, 1)) calc(18px * var(--mu-sl-scale, 1));
  min-height: 44px;
  cursor: pointer;
  touch-action: manipulation;
  transition: border-color 0.2s ease, transform 0.15s ease;
  font-family: var(--mu-sl-mono);
}
.mu-sl__loc:hover {
  transform: translateY(-2px);
}
.mu-sl__loc:focus-visible {
  outline: 3px solid #2563EB;
  outline-offset: 2px;
}
.mu-sl__loc.is-active {
  border-color: var(--mu-sl-accent);
}
.mu-sl__loc-dot {
  flex: 0 0 auto;
  width: calc(42px * var(--mu-sl-scale, 1));
  height: calc(42px * var(--mu-sl-scale, 1));
  border-radius: 50%;
  background: var(--mu-sl-dot);
}
.mu-sl__loc-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  flex: 1 1 auto;
}
.mu-sl__loc-name {
  font-weight: 600;
  font-style: italic;
  font-size: calc(14px * var(--mu-sl-scale, 1));
  color: var(--mu-sl-ink);
  line-height: 1.15;
}
.mu-sl__loc-addr {
  font-style: italic;
  font-weight: 400;
  font-size: calc(12.5px * var(--mu-sl-scale, 1));
  color: var(--mu-sl-ink);
  opacity: 0.9;
  line-height: 1.2;
}
.mu-sl__loc-hours {
  align-self: stretch;
  text-align: center;
  background: var(--mu-sl-pill);
  color: #fff;
  font-style: italic;
  font-weight: 500;
  font-size: calc(11px * var(--mu-sl-scale, 1));
  letter-spacing: 0.3px;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 3px;
  /* wrap at spaces instead of truncating so the full hours always show and the
     pill never forces the card wider than its container */
  white-space: normal;
}
.mu-sl__map {
  height: calc(var(--mu-sl-maph, 240px) * var(--mu-sl-scale, 1));
  border-radius: 12px;
  overflow: hidden;
  background: #e7eef2;
  z-index: 1;
}
.mu-sl__gallery {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 16px);
}
.mu-sl__viewport {
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
}
.mu-sl__track {
  display: flex;
  gap: 16px;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mu-sl__photo {
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--mu-sl-card);
  padding: 4px;
}
.mu-sl__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}
/* Flecha = componente de slider unificado (lima redondo, borde oscuro, sombra). */
.mu-sl__arrow {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 18px; /* sizes the brand arrow icon (height: 1em) */
  border-radius: 50%;
  background: var(--mu-sl-accent);
  border: 2px solid #00330b;             /* mismo oscuro que el resto de sliders */
  box-shadow: 2px 2px 0 #00330b;
  color: #00330b;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  /* keep the arrows above the decorative characters (z-index 6) so the cat/dog
     sitting by the carousel never hide them; raised 6px per the art */
  position: relative;
  top: -6px;
  z-index: 7;
}
.mu-sl__arrow:hover {
  transform: translateY(-1px);
}
.mu-sl__arrow:focus-visible {
  outline: 3px solid #2563EB;
  outline-offset: 2px;
}
/* Flecha «anterior» apunta a la IZQUIERDA (‹ ›), como el conveyor-belt. */
.mu-sl__prev .mu-arrow-ico { transform: scaleX(-1); }
.mu-sl__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.mu-sl__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 246, 228, 0.4);
  transition: background-color 0.2s ease;
}
.mu-sl__dot.is-active {
  background: var(--mu-sl-card);
}
.mu-sl__char {
  position: absolute;
  width: 110px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 4;
}
.mu-sl__char svg, .mu-sl__char img {
  width: 100%;
  height: auto;
  display: block;
}
.mu-sl__char.is-flipped svg, .mu-sl__char.is-flipped img {
  transform: scaleX(-1);
}
.mu-sl__char--bob {
  animation: mu-sl-bob 2s ease-in-out infinite alternate;
}
.mu-sl__char--wiggle {
  animation: mu-sl-wiggle 2.4s ease-in-out infinite alternate;
}

/* ── Google Maps «Cómo llegar» — botón sobre el mapa + popup del pin ── */
.mu-sl__gmaps {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px 7px 9px;
  background: var(--mu-sl-accent);
  color: var(--mu-sl-ink);
  font-family: var(--mu-sl-mono);
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--mu-sl-ink);
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.mu-sl__gmaps:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
  color: var(--mu-sl-ink);
}
.mu-sl__gmaps:focus-visible {
  outline: 3px solid #2563EB;
  outline-offset: 2px;
}
.mu-sl__gmaps-ico {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  display: block;
}
.mu-sl__pop {
  font-family: var(--mu-sl-mono);
  text-align: center;
  min-width: 120px;
}
.mu-sl__pop-name {
  display: block;
  font-style: italic;
  font-weight: 700;
  color: var(--mu-sl-ink);
  font-size: 13px;
  margin-bottom: 7px;
}
.mu-sl__pop-link {
  display: inline-block;
  background: var(--mu-sl-accent);
  color: var(--mu-sl-ink) !important;
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 6px 14px;
  border-radius: 999px;
  border: 2px solid var(--mu-sl-ink);
}

@keyframes mu-sl-bob {
  from {
    transform: translate(-50%, calc(-50% - 5px));
  }
  to {
    transform: translate(-50%, calc(-50% + 5px));
  }
}
@keyframes mu-sl-wiggle {
  from {
    transform: translate(-50%, -50%) rotate(-4deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(4deg);
  }
}
/* the subtitle art never overflows its column */
.mu-sl__subtitle-img { max-width: 100%; }

/* stack the cards above the map on narrow screens */
@media (max-width: 640px) {
  .mu-sl__top { grid-template-columns: 1fr; }
}

/* ── Phone ─────────────────────────────────────────────────── */
@media (max-width: 700px) {
  /* characters are decorative → hidden on phones, so clipping any bleed
     (texture, characters) here is safe and kills horizontal scroll */
  .mu-sl { overflow-x: clip; }
  .mu-sl__char { display: none; }
  /* no dog beside the header on phones → recentre it, drop the left nudge */
  .mu-sl__title,
  .mu-sl__subtitle-wrap {
    max-width: none;
    padding-right: 0;
    transform: none;
    margin-left: 0;
    margin-right: 0;
  }
  .mu-sl__title { font-size: calc(clamp(40px, 15vw, 64px) * var(--mu-sl-scale, 1)); }
  .mu-sl__subtitle-img { width: clamp(240px, 88%, 470px); }
  .mu-sl__panel { padding: 40px 14px 20px; }
  .mu-sl__tag-art { width: 128px; }
  .mu-sl__loc { padding: 12px 12px; }
  /* map keeps the responsive --mu-sl-maph knob on phones too (no hard override) */
}
@media (max-width: 380px) {
  .mu-sl__loc-name  { font-size: 13px; }
  .mu-sl__loc-addr,
  .mu-sl__loc-hours { font-size: 10.5px; }
}

/* ── Container queries: adapt to the WIDGET width (works in narrow columns) ── */
@container (max-width: 700px) {
  .mu-sl__char { display: none; }
  .mu-sl__title,
  .mu-sl__subtitle-wrap {
    max-width: none;
    padding-right: 0;
    transform: none;
    margin-left: 0;
    margin-right: 0;
  }
  .mu-sl__title { font-size: calc(clamp(38px, 12cqw, 72px) * var(--mu-sl-scale, 1)); }
  .mu-sl__subtitle-img { width: clamp(240px, 88%, 470px); }
  .mu-sl__panel { padding: 40px 14px 20px; }
  .mu-sl__loc { padding: 12px 12px; }
}
@container (max-width: 620px) {
  .mu-sl__top { grid-template-columns: 1fr; }
  /* map is full width now → it can breathe a bit taller */
  .mu-sl__map { height: calc(max(var(--mu-sl-maph, 240px), 220px) * var(--mu-sl-scale, 1)); }
}
@container (max-width: 380px) {
  .mu-sl__loc-name  { font-size: 13px; }
  .mu-sl__loc-addr,
  .mu-sl__loc-hours { font-size: 10.5px; }
  .mu-sl__loc-dot {
    width: calc(30px * var(--mu-sl-scale, 1));
    height: calc(30px * var(--mu-sl-scale, 1));
  }
}

@media (prefers-reduced-motion: reduce) {
  .mu-sl__track {
    transition: none !important;
  }
  .mu-sl__char {
    animation: none !important;
  }
  .mu-sl__loc,
  .mu-sl__arrow {
    transition: none !important;
  }
}

/* ── Blindaje anti-tema ─────────────────────────────────────────────────
   Las tarjetas (.mu-sl__loc) y flechas (.mu-sl__arrow) son <button>; algunos
   temas aplican su propio button:hover/:focus/:active con fondo fucsia/rosa que
   pisa los colores de marca. Forzamos el look correcto en TODOS los estados. */
.mu-sl .mu-sl__loc,
.mu-sl .mu-sl__loc:hover,
.mu-sl .mu-sl__loc:focus,
.mu-sl .mu-sl__loc:focus-visible,
.mu-sl .mu-sl__loc:active {
  background: var(--mu-sl-card) !important;
  color: var(--mu-sl-ink) !important;
  box-shadow: none !important;
}
.mu-sl .mu-sl__loc.is-active { border-color: var(--mu-sl-accent) !important; }
.mu-sl .mu-sl__loc::before,
.mu-sl .mu-sl__loc::after { content: none !important; background: none !important; }
.mu-sl .mu-sl__loc-hours,
.mu-sl .mu-sl__loc:hover .mu-sl__loc-hours,
.mu-sl .mu-sl__loc:focus .mu-sl__loc-hours {
  background: var(--mu-sl-pill) !important;
  color: #fff !important;
}
.mu-sl .mu-sl__arrow,
.mu-sl .mu-sl__arrow:hover,
.mu-sl .mu-sl__arrow:focus,
.mu-sl .mu-sl__arrow:focus-visible,
.mu-sl .mu-sl__arrow:active {
  background: var(--mu-sl-accent) !important;
  color: #00330b !important;
  border-color: #00330b !important;
  box-shadow: 2px 2px 0 #00330b !important;  /* componente de slider unificado */
}
.mu-sl .mu-sl__arrow:hover { box-shadow: 3px 4px 0 #00330b !important; }
.mu-sl .mu-sl__arrow:active { box-shadow: 1px 1px 0 #00330b !important; }
.mu-sl .mu-sl__arrow::before,
.mu-sl .mu-sl__arrow::after { content: none !important; }

/*# sourceMappingURL=store-locator.css.map */

/* ══ Responsive móvil (auditoría responsive) ══════════════════════════ */
@media (max-width: 700px) {
  .mu-sl__arrow { width: 44px; height: 44px; font-size: 19px; }
}
@media (max-width: 400px) {
  .mu-sl__gmaps { font-size: 11px; padding: 6px 9px; }
}

/* ══ Lightbox: ampliar las fotos del slider ═══════════════════════════════ */
.mu-sl__photo { cursor: zoom-in; }
.mu-sl__photo img { transition: transform 0.2s ease; }
.mu-sl__photo:hover img { transform: scale(1.03); }
.mu-sl__photo:focus-visible { outline: 3px solid var(--mu-sl-accent); outline-offset: 2px; }

.mu-sl__lightbox {
  position: fixed; inset: 0; z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 48px);
}
.mu-sl__lightbox[hidden] { display: none !important; }
.mu-sl__lb-backdrop {
  position: absolute; inset: 0; z-index: 0;
  background: rgba(20, 8, 0, 0.82);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
}
.mu-sl__lb-fig {
  position: relative; z-index: 1; margin: 0;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  max-width: 100%;
}
.mu-sl__lb-img {
  display: block; max-width: min(92vw, 1100px); max-height: 82vh;
  width: auto; height: auto; object-fit: contain;
  border-radius: 14px; border: 3px solid var(--mu-sl-accent);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  background: #000;
}
.mu-sl__lb-count {
  font-family: "xanti-typewriter-variable", monospace; font-weight: 700;
  color: #00330b; background: var(--mu-sl-accent);
  padding: 3px 14px; border-radius: 999px; font-size: 13px; letter-spacing: 0.04em;
  border: 2px solid #00330b; box-shadow: 2px 2px 0 #00330b;
}
.mu-sl__lb-count:empty { display: none; }
.mu-sl__lb-close {
  position: absolute; top: 14px; right: 16px; z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; cursor: pointer;
  display: grid; place-items: center; line-height: 1; font-size: 26px;
  background: var(--mu-sl-accent); color: #00330b;
  border: 2px solid #00330b; box-shadow: 2px 2px 0 #00330b;
  -webkit-appearance: none; appearance: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.mu-sl__lb-close:hover { transform: translateY(-1px); box-shadow: 3px 4px 0 #00330b; }
/* Las flechas del lightbox reutilizan el componente unificado .mu-sl__arrow;
   aquí solo las recolocamos (centradas a los lados) y las hacemos un poco mayores. */
.mu-sl .mu-sl__lb-prev,
.mu-sl .mu-sl__lb-next {
  position: absolute; top: 50%; z-index: 2;
  width: 48px; height: 48px; font-size: 22px;
  transform: translateY(-50%);
}
.mu-sl .mu-sl__lb-prev { left: clamp(8px, 2vw, 28px); }
.mu-sl .mu-sl__lb-next { right: clamp(8px, 2vw, 28px); }
.mu-sl .mu-sl__lb-prev:hover,
.mu-sl .mu-sl__lb-next:hover { transform: translateY(-50%) translateY(-1px); }
@media (max-width: 560px) {
  .mu-sl .mu-sl__lb-prev { left: 6px; }
  .mu-sl .mu-sl__lb-next { right: 6px; }
  .mu-sl__lb-img { max-height: 74vh; }
}
@media (prefers-reduced-motion: reduce) {
  .mu-sl__photo img, .mu-sl__lb-close { transition: none; }
}
