body {
  background-color: black;
}

webgi-viewer::part(shadow) #assetManagerLoadingBar {
  display: none !important;
}

.content {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 780px;
  margin: auto;
  background: linear-gradient(90deg, #b6190a 0%, #6e1308 45%, #240703 100%);
  transform: translateX(-50%);
}

.background-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.logo-top {
  height: max-content;
  padding: 16px 14px 0px 14px;
}

.logo {
  width: 100%;
  display: block;
}

.bottom-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.slogan-image {
  width: 100%;
  display: block;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.poster {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 50;
}

.canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.canvas-container.visible {
  opacity: 1;
  pointer-events: auto;
}

#viewer-3d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-link {
  z-index: 1000;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.3s ease;
}

.store-link:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.footer__picker {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 200px;
  height: 60px;
  transition: 0.5s;
  z-index: 1000;
}

.footer__picker.hidden {
  opacity: 0;
}

.picker__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 8px;
  transition: 0.5s;
  border: 2px solid transparent;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.picker__btn.active {
  width: 60px;
  height: 60px;
}

.swiper-slide-active .picker__btn {
  transform: translate(-5px);
  width: 60px;
  height: 60px;
}

.picker__btn.active.pink {
  border: 2px solid #97242e;
}

.picker__btn.active.orange {
  border: 2px solid #94261c;
}
