/*TOP BANNER*/
/*Hide default */
#puls-main-sticky-container-shared {
  display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
  #puls-main-sticky-container-shared {
    display: block; /* o flex, grid, etc. según lo necesites */
  }
}
#puls-sticky-item-1-1 .Promo_wrapper__r_eaY .Promo_content__RNDjK {
    background: white;
}

#puls-sticky-item-1-1 p#_sd7j3ubvh_main_content {
    text-align: center;
}

div#puls-main-sticky-container-shared {
    top: 0!important;
    position: relative!important;
}

.header__level-one {
    border-top: none;
}

.header__level-one .nav{
  border-top: .5rem solid #000;
}

/*MAP*/
.map-container {
  display: flex;
  height: calc(100vh - 150px);
}
#map {
  height: inherit;
  width: 74%;
}

.boutique-list-container {
  width: 26%;
  padding: 20px 0px;
  max-height: 100%;
  position: relative;
}

#btq-list-title {
  padding: 0px 40px 20px;
  text-align: left;
}

.btq-list {
  display: flex;
  flex-direction: column;
  max-height: 90%;
  overflow: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.btq-list::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.info-panel {
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 10;
  transform: translateY(-50%);
  background: white;
  padding: 54px 20px;
  min-width: 334px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  border-radius: 0;
  margin-left: 34px;
}

.info-panel::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.pbs-sl-card-content-address {
  margin-bottom: 30px;
}
.pbs-sl-card-content-utils {
  margin: 30px auto;
}
.pbs-sl-card-content-hours {
  margin: 30px auto;
}

button.boutique {
  padding: 42px 40px;
  background: white;
  text-align: left;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "abchanel-corpo", arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  color: #1d1d1d;
}

.hidden {
  display: none !important;
}

button.boutique:hover {
  background: #f9f9f9;
}
button.boutique.selected {
  background: #f9f9f9;
}
button#view-more-btq {
  margin: auto;
  display: block;
}
button.pbs-sl-card-back {
  left: 0 !important;
}

@media screen and (max-width: 768px) {
  .map-container {
    height: calc(100vh - 60px);
  }
  .map-container {
    flex-direction: column;
    position: relative;
  }
  #map {
    width: 100%;
  }
  .boutique-list-container {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    width: 100%;
  }

  .boutique-list-container::-webkit-scrollbar {
    display: none;
  }

  h3#btq-list-title,
  button#view-more-btq {
    display: none;
  }
  .btq-list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  button.boutique {
    width: 70vw;
    scroll-snap-align: center;
    flex: 0 0 auto;
    border-radius: 5px;
  }
  .boutique.hidden {
    display: flex !important;
  }
  .pbs-sl-card.info-panel {
    top: auto;
    left: 0;
    transform: none;
    bottom: -20px;
    z-index: 20;
    height: 100vh;
    width: 100%;
  }
  .boutique:last-child {
    margin-right: 10px;
  }
  .boutique:first-child {
    margin-left: 10px;
  }
}

@media screen and (max-width: 667px) {
  .pbs-sl-card.info-panel {
    left: 0;
    margin-left: 0;
    max-height: 100vh;
    padding-bottom: 4.75rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
