/* MP_MKT_BAKERIES_INDEX_BY_ZONE_COMMUNE_01 */
.bakeries-index-page {
  padding: clamp(1.4rem, 3vw, 2.4rem) 0 4.5rem;
  background:
    radial-gradient(circle at 8% 0%, rgba(163, 13, 24, .06), transparent 34%),
    linear-gradient(180deg, #fffaf8 0%, #fff 38%, #fff 100%);
}

.bakeries-index-hero,
.bakeries-zone-picker,
.bakeries-zone-list {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.bakeries-index-hero {
  margin-bottom: clamp(1.2rem, 2.4vw, 2rem);
  padding-block: clamp(1.9rem, 4vw, 3.2rem);
  border: 1px solid rgba(92, 35, 54, .08);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 48px rgba(50, 20, 35, .055);
}

.bakeries-index-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.1rem;
  color: #6b7280;
  font-size: .9rem;
}

.bakeries-index-breadcrumbs a {
  color: #970014;
  font-weight: 800;
  text-decoration: none;
}

.bakeries-index-hero__eyebrow,
.bakeries-zone-picker__head p,
.bakeries-zone-list__header p,
.bakeries-zone-block__head p,
.bakeries-commune-rail__eyebrow {
  margin: 0 0 .55rem;
  color: #970014;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bakeries-index-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #3b1722;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.bakeries-index-hero p:not(.bakeries-index-hero__eyebrow) {
  max-width: 780px;
  margin: 1rem 0 0;
  color: #674857;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.7;
}

.bakeries-index-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.4rem;
}

.bakeries-index-hero__facts span,
.bakeries-zone-picker__chips a {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  min-height: 38px;
  padding: .55rem .85rem;
  border: 1px solid rgba(92, 35, 54, .12);
  border-radius: 999px;
  background: #fff;
  color: #583141;
  box-shadow: 0 8px 22px rgba(50, 20, 35, .045);
  text-decoration: none;
}

.bakeries-index-hero__facts strong {
  color: #3b1722;
  font-weight: 900;
}

.bakeries-index-hero__facts small,
.bakeries-zone-picker__chips small {
  color: #725464;
  font-size: .82rem;
  font-weight: 700;
}

.bakeries-zone-picker {
  margin-bottom: clamp(1.3rem, 2.5vw, 2rem);
  padding-block: 1.35rem;
  border: 1px solid rgba(92, 35, 54, .09);
  border-radius: 26px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 12px 30px rgba(50, 20, 35, .045);
}

.bakeries-zone-picker__head h2,
.bakeries-zone-list__header h2,
.bakeries-zone-block__head h2 {
  margin: 0;
  color: #1f2937;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 900;
  letter-spacing: -.02em;
}

.bakeries-zone-picker__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.bakeries-zone-picker__chips a {
  font-weight: 850;
  color: #970014;
}

.bakeries-zone-picker__chips a:hover,
.bakeries-zone-picker__chips a:focus-visible,
.bakeries-zone-picker__chips a.is-active {
  border-color: rgba(151, 0, 20, .28);
  background: #fff5f6;
}

.bakeries-zone-list__header {
  margin-bottom: 1.2rem;
}

.bakeries-zone-block {
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}

.bakeries-zone-block__head {
  margin-bottom: .9rem;
}

.bakeries-commune-rail {
  position: relative;
  margin: 1rem 0 1.4rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(151, 0, 20, .09);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 246, 248, .78));
  box-shadow: 0 16px 38px rgba(50, 20, 35, .055);
}

.bakeries-commune-rail__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.bakeries-commune-rail .home-rail__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -.018em;
}

.bakeries-commune-rail .home-rail__text {
  margin: .35rem 0 0;
  color: #667085;
  font-size: .96rem;
  line-height: 1.55;
}

.bakeries-index-carousel {
  position: relative;
}

.bakeries-index-carousel .home-carousel__viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.bakeries-index-carousel .home-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.bakeries-index-carousel .home-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.bakeries-index-carousel .home-carousel__item {
  min-width: 0;
}

.bakeries-index-carousel .home-carousel__nav {
  position: absolute;
  z-index: 4;
  top: 74px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(151, 0, 20, .16);
  border-radius: 999px;
  background: #fff;
  color: #970014;
  box-shadow: 0 10px 24px rgba(50, 20, 35, .12);
  cursor: pointer;
}

.bakeries-index-carousel .home-carousel__nav:disabled {
  opacity: .28;
  cursor: default;
}

.bakeries-index-carousel .home-carousel__nav--prev { left: -18px; }
.bakeries-index-carousel .home-carousel__nav--next { right: -18px; }
.bakeries-index-carousel .home-carousel__nav-icon { font-size: 28px; line-height: 1; }

.bakeries-index-page .bakery-ficha-card,
.bakeries-index-page .bakery-ficha-card--logo-score-header {
  height: 100%;
}

.bakeries-index-page .bakery-ficha-card__inner {
  display: flex;
  height: 100%;
  min-height: 336px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(92, 35, 54, .12);
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(50, 20, 35, .055);
}

.bakeries-index-page .bakery-ficha-card__logo {
  display: flex;
  height: 138px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(151, 0, 20, .18);
  background: #fff7f8;
}

.bakeries-index-page .bakery-ficha-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bakeries-index-page .bakery-ficha-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .45rem;
  padding: 1rem;
}

.bakeries-index-page .bakery-ficha-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .7rem;
}

.bakeries-index-page .bakery-ficha-card__title {
  margin: 0;
  color: #111827;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.25;
}

.bakeries-index-page .bakery-ficha-card__score {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #970014;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(151,0,20,.18);
}

.bakeries-index-page .bakery-ficha-card__meta,
.bakeries-index-page .bakery-ficha-card__description {
  margin: 0;
  color: #667085;
  font-size: .92rem;
  line-height: 1.42;
}

.bakeries-index-page .bakery-ficha-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .2rem;
}

.bakeries-index-page .bakery-ficha-card__trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: .18rem .42rem;
  border: 1px solid rgba(92, 35, 54, .08);
  border-radius: 999px;
  background: #f9fafb;
  color: #667085;
  font-size: .78rem;
  font-weight: 700;
}

.bakeries-index-page .bakery-ficha-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
  margin-top: auto;
}

.bakeries-index-page .bakery-ficha-card__badge { display: none; }
.bakeries-index-page .bakery-ficha-card__cta {
  color: #970014;
  font-weight: 900;
}

.bakeries-index-empty {
  padding: 1.4rem;
  border: 1px solid rgba(92, 35, 54, .10);
  border-radius: 22px;
  background: #fff;
}

@media (max-width: 780px) {
  .bakeries-index-hero,
  .bakeries-zone-picker,
  .bakeries-zone-list {
    padding-inline: 1rem;
  }

  .bakeries-index-hero {
    border-radius: 24px;
  }

  .bakeries-index-carousel .home-carousel__track {
    grid-auto-columns: minmax(220px, 82vw);
  }

  .bakeries-index-carousel .home-carousel__nav {
    display: none;
  }
}

/* MP_MKT_BAKERIES_INDEX_CARD_HOME_PARITY_01
   Paridad visual cards/carruseles de /pastelerias con rail bakery_ficha del Home.
   CSS-only sobre el nuevo indice geografico; no toca backend ni datos. */
.bakeries-index-page .bakeries-commune-rail {
  overflow: hidden;
}

.bakeries-index-page .bakeries-index-carousel--home-parity {
  position: relative;
  --rail-card-width: 300px;
  --rail-image-height: 126px;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__viewport {
  overflow: hidden;
  min-width: 0;
  cursor: grab;
  scrollbar-width: none;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  min-width: 0;
  will-change: transform;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__track > *,
.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__item {
  flex: 0 0 var(--rail-card-width);
  width: var(--rail-card-width);
  min-width: var(--rail-card-width);
  max-width: var(--rail-card-width);
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__nav {
  position: absolute;
  top: calc((var(--rail-image-height, 126px) / 2) + 8px);
  z-index: 3;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid #e4d8db;
  border-radius: 999px;
  background: #fff;
  color: #7a0c16;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  transition: all .18s ease;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__nav--prev {
  left: 14px;
  transform: translateY(-50%);
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__nav--next {
  right: 14px;
  transform: translateY(-50%);
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-2px);
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__nav:hover {
  border-color: #d3bcc1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .10);
}

.bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__nav:disabled {
  opacity: .35;
  cursor: default;
  box-shadow: none;
}

.bakeries-index-page .bakeries-index-carousel--static .home-carousel__nav {
  display: none;
}

.bakeries-index-page .bakery-ficha-card,
.bakeries-index-page .bakery-ficha-card--logo-score-header {
  height: 100%;
}

.bakeries-index-page .bakery-ficha-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: unset;
  overflow: hidden;
  border: 1px solid #ece7e8;
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .035);
}

.bakeries-index-page .bakery-ficha-card__logo {
  display: flex;
  height: var(--rail-image-height, 126px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
  border-bottom: 0;
  background: #faf6f7;
  color: #7a0c16;
  font-weight: 800;
  text-align: center;
}

.bakeries-index-page .bakery-ficha-card__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bakeries-index-page .bakery-ficha-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px;
}

.bakeries-index-page .bakery-ficha-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.bakeries-index-page .bakery-ficha-card__title {
  margin: 0;
  color: #1f2b3a;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.bakeries-index-page .bakery-ficha-card__score {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #970014;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(151, 0, 20, .18);
}

.bakeries-index-page .bakery-ficha-card__meta,
.bakeries-index-page .bakery-ficha-card__description {
  margin: 0;
  color: #667085;
  font-size: .90rem;
  line-height: 1.38;
}

.bakeries-index-page .bakery-ficha-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .2rem;
}

.bakeries-index-page .bakery-ficha-card__trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: .18rem .42rem;
  border: 1px solid rgba(92, 35, 54, .08);
  border-radius: 999px;
  background: #f9fafb;
  color: #667085;
  font-size: .78rem;
  font-weight: 700;
}

.bakeries-index-page .bakery-ficha-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: auto;
}

.bakeries-index-page .bakery-ficha-card__badge {
  display: none;
}

.bakeries-index-page .bakery-ficha-card__cta {
  color: #7a0c16;
  font-size: .90rem;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .bakeries-index-page .bakeries-index-carousel--home-parity {
    --rail-card-width: 260px;
    --rail-image-height: 110px;
  }

  .bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__nav {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 640px) {
  .bakeries-index-page .bakeries-index-carousel--home-parity {
    --rail-card-width: 230px;
    --rail-image-height: 96px;
  }

  .bakeries-index-page .bakeries-index-carousel--home-parity .home-carousel__nav {
    display: none;
  }
}
/* END MP_MKT_BAKERIES_INDEX_CARD_HOME_PARITY_01 */

/* MP_MKT_BAKERIES_INDEX_LOGO_HOME_SIZE_01
   Paridad visual con Home: logo de pastelería full-bleed 3:2 usando medium 450x300.
   Mantiene cards/carruseles existentes; solo ajusta tamaño/respiración del logo. */
.bakeries-index-page .bakeries-index-carousel--home-parity {
  --rail-image-height: 200px;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .bakery-ficha-card__logo {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  min-height: 0;
  padding: 0;
  border-bottom: 1px solid rgba(122, 101, 101, 0.26);
  border-radius: 18px 18px 0 0;
  background: #fbf6f7;
  display: block;
  overflow: hidden;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .bakery-ficha-card__logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.bakeries-index-page .bakeries-index-carousel--home-parity .bakery-ficha-card__fallback {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .bakeries-index-page .bakeries-index-carousel--home-parity {
    --rail-image-height: 173px;
  }
}

@media (max-width: 640px) {
  .bakeries-index-page .bakeries-index-carousel--home-parity {
    --rail-image-height: 153px;
  }
}
/* END MP_MKT_BAKERIES_INDEX_LOGO_HOME_SIZE_01 */

/* MP_MKT_BAKERIES_INDEX_TEXT_CLEANUP_01
   Limpieza visual: menos textos editoriales y cards más respiradas en /pastelerias. */
.bakeries-index--text-clean .bakeries-index-hero {
  padding-block: clamp(1.45rem, 3vw, 2.35rem);
}

.bakeries-index--text-clean .bakeries-index-hero h1 {
  max-width: 760px;
}

.bakeries-index--text-clean .bakeries-index-hero p:not(.bakeries-index-hero__eyebrow) {
  max-width: 620px;
  margin-top: .75rem;
  font-size: clamp(.98rem, 1.35vw, 1.08rem);
  line-height: 1.55;
}

.bakeries-index--text-clean .bakeries-index-hero__facts {
  display: none;
}

.bakeries-index--text-clean .bakeries-zone-picker {
  padding-block: 1rem;
}

.bakeries-index--text-clean .bakeries-zone-picker__head p,
.bakeries-index--text-clean .bakeries-zone-list__header p,
.bakeries-index--text-clean .bakeries-zone-block__head p,
.bakeries-index--text-clean .bakeries-commune-rail__eyebrow,
.bakeries-index--text-clean .bakeries-commune-rail .home-rail__text {
  display: none !important;
}

.bakeries-index--text-clean .bakeries-zone-picker__head h2,
.bakeries-index--text-clean .bakeries-zone-list__header h2,
.bakeries-index--text-clean .bakeries-zone-block__head h2 {
  font-size: clamp(1.25rem, 1.9vw, 1.62rem);
}

.bakeries-index--text-clean .bakeries-zone-picker__chips {
  margin-top: .75rem;
  gap: .5rem;
}

.bakeries-index--text-clean .bakeries-zone-picker__chips a {
  min-height: 32px;
  padding: .42rem .72rem;
  font-size: .9rem;
}

.bakeries-index--text-clean .bakeries-zone-list__header {
  margin-bottom: .75rem;
}

.bakeries-index--text-clean .bakeries-zone-block {
  margin-top: clamp(1.1rem, 2.2vw, 1.7rem);
}

.bakeries-index--text-clean .bakeries-zone-block__head {
  margin-bottom: .55rem;
}

.bakeries-index--text-clean .bakeries-commune-rail {
  margin: .8rem 0 1.2rem;
  padding: clamp(.85rem, 1.5vw, 1.1rem);
}

.bakeries-index--text-clean .bakeries-commune-rail__header {
  margin-bottom: .75rem;
}

.bakeries-index--text-clean .bakeries-commune-rail .home-rail__title {
  font-size: clamp(1.12rem, 1.55vw, 1.38rem);
}

.bakeries-index--text-clean .bakery-ficha-card__description {
  display: none;
}

.bakeries-index--text-clean .bakery-ficha-card__body {
  gap: .36rem;
}

.bakeries-index--text-clean .bakery-ficha-card__stats {
  margin-top: .1rem;
}

.bakeries-index--text-clean .bakery-ficha-card__footer {
  margin-top: .35rem;
}
/* END MP_MKT_BAKERIES_INDEX_TEXT_CLEANUP_01 */

/* MP_MKT_BAKERIES_INDEX_GEO_SELECT_CLEAN_01
   Selector elegante dentro del hero y limpieza de títulos de zona/listado. */
.bakeries-index--geo-select-clean .bakeries-zone-picker,
.bakeries-index--geo-select-clean .bakeries-zone-list__header,
.bakeries-index--geo-select-clean .bakeries-zone-block__head {
  display: none !important;
}

.bakeries-index--geo-select-clean .bakeries-index-hero {
  padding-bottom: clamp(1.25rem, 2.4vw, 1.95rem);
}

.bakeries-index--geo-select-clean .bakeries-index-hero__geo {
  margin-top: clamp(1rem, 2vw, 1.35rem);
  padding-top: clamp(.8rem, 1.4vw, 1rem);
  border-top: 1px solid rgba(151, 0, 20, .10);
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr;
  gap: .85rem 1rem;
  align-items: start;
}

.bakeries-index--geo-select-clean .bakeries-index-hero__select-wrap {
  display: grid;
  gap: .36rem;
}

.bakeries-index--geo-select-clean .bakeries-index-hero__select-wrap label {
  font-size: .68rem;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 800;
  color: #970014;
}

.bakeries-index--geo-select-clean .bakeries-index-hero__select-wrap select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(151, 0, 20, .20);
  border-radius: 999px;
  background: #fff;
  color: #2b1720;
  font-weight: 800;
  padding: .52rem 2.35rem .52rem .95rem;
  box-shadow: 0 12px 28px rgba(32, 15, 20, .06);
  outline: none;
  cursor: pointer;
}

.bakeries-index--geo-select-clean .bakeries-index-hero__select-wrap select:focus {
  border-color: rgba(151, 0, 20, .48);
  box-shadow: 0 0 0 4px rgba(151, 0, 20, .08), 0 12px 28px rgba(32, 15, 20, .06);
}

.bakeries-index--geo-select-clean .bakeries-index-hero__communes {
  min-height: 42px;
  display: flex;
  align-items: end;
}

.bakeries-index--geo-select-clean .bakeries-index-hero__commune-panel {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
}

.bakeries-index--geo-select-clean .bakeries-index-hero__commune-panel[hidden] {
  display: none !important;
}

.bakeries-index--geo-select-clean .bakeries-index-hero__commune-panel a,
.bakeries-index--geo-select-clean .bakeries-index-hero__commune-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .38rem .72rem;
  border-radius: 999px;
  border: 1px solid rgba(151, 0, 20, .16);
  background: rgba(255, 255, 255, .86);
  color: #970014;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 800;
}

.bakeries-index--geo-select-clean .bakeries-index-hero__commune-panel a:hover {
  background: #970014;
  color: #fff;
}

.bakeries-index--geo-select-clean .bakeries-zone-list {
  margin-top: clamp(1rem, 2vw, 1.4rem);
}

.bakeries-index--geo-select-clean .bakeries-zone-block {
  margin-top: clamp(.75rem, 1.5vw, 1.1rem);
}

.bakeries-index--geo-select-clean .bakeries-zone-block[hidden] {
  display: none !important;
}

.bakeries-index--geo-select-clean .bakeries-commune-rail {
  scroll-margin-top: 96px;
}

@media (max-width: 760px) {
  .bakeries-index--geo-select-clean .bakeries-index-hero__geo {
    grid-template-columns: 1fr;
  }

  .bakeries-index--geo-select-clean .bakeries-index-hero__communes {
    align-items: start;
  }
}
/* END MP_MKT_BAKERIES_INDEX_GEO_SELECT_CLEAN_01 */

