.lenticular-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.lenticular-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.lenticular-code {
  z-index: 5;
  background-color: #ededed00;
  position: relative;
}

.shop-link {
  z-index: 10;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
}

.body-black {
  background-color: #000;
}

.entering-div {
  z-index: 12;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  pointer-events: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.info-div {
  z-index: 20;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.info-link {
  z-index: 10;
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: fixed;
  bottom: 4rem;
}

.info-bg-closer {
  background-color: #13131380;
  position: absolute;
  inset: 0%;
}

.email-link {
  z-index: 10;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.more-info-block {
  z-index: 10;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 1.5rem;
  display: flex;
  position: fixed;
  bottom: 4rem;
}

.logo-block {
  z-index: 10;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 2.5rem;
  display: flex;
  position: fixed;
  top: 1rem;
}

.logo-block._404 {
  filter: none;
  position: relative;
}

.logo-image {
  height: 100%;
  position: absolute;
}

.logo-image-top {
  height: 100%;
  display: none;
  position: absolute;
}

.info-image {
  position: absolute;
}

.info-image-top {
  display: none;
  position: absolute;
}

.menu-link-block {
  z-index: 10;
  max-width: 480px;
  padding: 1rem;
  position: relative;
}

.menu-closer-link-block {
  z-index: 10;
  cursor: pointer;
  max-width: 85px;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.click-to-enter {
  max-width: 320px;
}

.tap-to-enter {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-black {
  background-color: #000;
}

.div-block {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-video {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .entering-div, .info-div {
    z-index: 10;
  }

  .menu-link-block {
    max-width: 320px;
  }

  .click-to-enter {
    display: none;
  }

  .tap-to-enter {
    max-width: 180px;
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  .menu-link-block {
    max-width: 280px;
  }
}


