.shadow-custom {
  --tw-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 30px 0px var(--tw-shadow-color);
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 4px 30px #0000001a;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .lg\:shadow-custom {
    --tw-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 4px 30px 0px var(--tw-shadow-color);
    box-shadow:
      0 0 #0000,
      0 0 #0000,
      0 4px 30px #0000001a;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
      var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  }
}

.main-button-next,
.main-button-prev {
  background: #00000040;
  border-radius: 9999px;
  box-shadow: 0 0 5px #0003;
  color: #fff;
  height: 32px;
  padding: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 10;
}

@media (min-width: 1024px) {
  .main-button-next,
  .main-button-prev {
    height: 55px;
    width: 55px;
  }
}

.main-button-prev {
  left: 20px;
}

.main-button-next {
  right: 20px;
}

.swiper-pagination-bullet {
  background-color: #e0e0e0;
  border-radius: 50%;
  height: 5px;
  margin: 0 4px;
  opacity: 1;
  transition: width 0.3s ease;
  width: 5px;
}

@media (min-width: 1024px) {
  [data-v-81d1caa3] .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #b30032;
  border-radius: 999px;
  width: 40px;
}

.swiper-dialog .is-left,
.swiper-dialog .is-right {
  position: absolute;
  top: 0;
  z-index: 40;
}

.swiper-dialog .f-caption {
  background-color: #363636bf;
  bottom: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 30;
}

.swiper-dialog .custom-title {
  background: #363636bf;
  color: #fff;
  left: 50%;
  padding: 0 110px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%);
  white-space: normal;
  width: 100%;
  word-break: break-word;
  z-index: 30;
}

@media (max-width: 768px) {
  .swiper-dialog .custom-title {
    display: none;
  }
}
