@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
* {
  font-family: "Cairo", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.slider-container {
  color: white;
  border-radius: 7px;
  background-color: #1e1e1eaa;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 20px;
  right: -30px;
  transform: translateX(-50%);
  z-index: 10003;
}

.slider {
  max-height: 20 !important;
  overflow: hidden !important;
  transition: max-height 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0px;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.3s ease-in-out;
}

.expanded {
  max-height: 400px;
}

.slide {
  cursor: pointer;
  width: 70px;
  margin: 5px;
}

.slide img {
  width: 100%;
  border-radius: 8px;
}

.nav-button {
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #1e1e1e;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 100000 !important;
  border-radius: 75px;
  rotate: 90deg;
  height: 40px;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

.active-slide {
  border: 2px solid white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

#back {
  cursor: pointer;
  padding-inline: 12px;
  border-radius: 7px;
  gap: 4px;
  position: absolute;
  bottom: 20px;
  right: 100px;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1eaa;
  color: white;
  font-size: 24px;
}
#fullscreen {
  cursor: pointer;
  border-radius: 8px;
  gap: 4px;
  position: absolute;
  bottom: 75px;
  right: 10px;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1eaa;
  color: white;
  font-size: 20px;
  outline: none;
  padding: 5px;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#fullscreen img {
  width: 30px;
}
#back:hover {
  background-color: #1e1e1ee5;
}

#storesText {
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}

#checkout {
  width: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1002;
  top: 10px;
  right: 10px;
  background-color: #1e1e1eaa;
  padding: 10px;
  border-radius: 8px;
}
#checkout img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#instructions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(58, 55, 55, 0.579);
  z-index: 0;
}

#instructions img {
  max-width: 100%;
}
#video_E4C253AD_CB41_33E8_41E2_6EDABBDD19CF {
  z-index: 1000013513215;
  display: block;
}

#checkout[data-count]::after {
  content: attr(data-count);
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: var(--badge-color, #cd1a76);
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.mentor-btn {
  cursor: pointer;
  position: absolute;
  z-index: 1002;
  top: 40px;
  right: 70px;
  background-color: #1e1e1eaa;
  padding-inline: 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  width: fit-content;
}

.mentor-btn {
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 3px 7px;
  top: 10px;
}
#mentor > video {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 16px;
  z-index: 9999;
}
.modal.open {
  display: flex;
}

.modal__dialog {
  position: relative;
  width: min(90vw, 900px);
  max-height: 90vh;
}
.modal__dialog video {
  width: 100%;
  height: auto;
  max-height: 90vh;
  background: #000;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: block;
}
.modal__close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  font-size: 30px;
  line-height: 40px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 9999999999;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 768px) {
  #checkout {
    width: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1002;
    top: 10px;
    left: 10px;
    background-color: #1e1e1eaa;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  #back {
    font-size: 15px;
  }
  #storesText {
    font-size: 15px;
  }
  .mentor-btn {
    z-index: 1002;
    top: 10px;
    left: 60px;
    padding: 5px;
    background-color: #1e1e1eaa;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 15px !important;
  }
}
