.page-tiendo--contain {
  display: block;
  width: 60vw;
  max-width: 67rem;
  height: 86vh;
  padding: 0px 0;
  margin: auto;
  text-align: left;
  overflow-y: auto;
  z-index: 2;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.tiendo-background {
  height: 100vh;
  width: 100%;
  position: relative;
}

.grid-tiendo {
  --cols: 2;
  --gap: 13px;
}
.tiendo-background {
  padding-top: 8%;
}
.tiendo-item h3 {
  height: auto;
  background-color: var(--color-highlight);
  color: #fff;
  text-shadow: 0 1px 1px var(--color-black-alpha-02);
  line-height: 1.4;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  padding: 0.7rem 1rem;
  font-family: 'Montserrat';
  font-style: normal;
  font-optical-sizing: auto;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
  justify-content: center;
}

.grid-tiendo {
  animation: fadeInUp;
  animation-duration: 0.8s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

.tiendo-animate--nodelay {
  animation: fadeInUp;
  animation-duration: 0.8s;
  /* animation-delay: 2.5s; */
  animation-fill-mode: forwards;
}

.page-tiendo .copyright a,
.page-tiendo .copyright span {
  animation: fadeInUp;
  animation-duration: 0.8s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

.page-tiendo .copyright {
  left: 15px;
  z-index: 99;
}

.select-tiendoList {
  position: absolute;
  top: 156px;
  left: 125px;
  z-index: 2;
  background-color: var(--color-highlight);
  box-shadow: 0 0.8rem 1.5rem 0 var(--color-black-alpha-02);
  color: #fff;
  border: 0;
  line-height: 20px;
  padding: 10px 10px 10px 20px;
  font-size: 13px;
  width: 100%;
  max-width: 180px;
  border-radius: 40px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--color-highlight);
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.select-tiendoList:focus-visible
 {
  outline: 0;
}
