/* Mirrors temp.html kv-swiper layout; scoped under .text-in-image */

.text-in-image .custom-swiper .swiper-pagination {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.text-in-image .custom-swiper .swiper-pagination .swiper-pagination-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
}

.text-in-image .custom-swiper.dark .swiper-pagination .swiper-pagination-bar {
  background-color: rgba(255, 255, 255, 0.2);
}

.text-in-image .custom-swiper .swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-bar {
  background-color: #000;
}

.text-in-image .custom-swiper.dark .swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-bar {
  background-color: #fff;
}

.text-in-image .shop-main .section-wrap.kv-section {
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 60px;
}

.text-in-image .kv-swiper {
  overflow: hidden;
  position: relative;
}

.text-in-image .kv-swiper .swiper-wrapper {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.35s ease-out;
  will-change: transform;
}

.text-in-image .kv-swiper .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 8 / 3;
}

.text-in-image .kv-swiper .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
  transition: transform 0.35s ease-out;
  will-change: transform;
}

.text-in-image .kv-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.text-in-image .kv-swiper .swiper-pagination .swiper-pagination-box {
  flex: 0 0 40px;
  width: 40px;
  height: 2px;
  display: block;
  cursor: pointer;
  margin: 0;
  background: none;
  border: 0;
  padding: 8px 0;
  box-sizing: content-box;
}

.text-in-image .kv-swiper .kv-content {
  position: absolute;
  width: 42%;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
}

.text-in-image .kv-swiper .kv-content.left-top {
  top: 7%;
  left: 7%;
  right: auto;
  bottom: auto;
  transform: none;
  text-align: left;
}

.text-in-image .kv-swiper .kv-content.top {
  top: 7%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%);
  text-align: center;
}

.text-in-image .kv-swiper .kv-content.right-top {
  top: 7%;
  left: auto;
  right: 7%;
  bottom: auto;
  transform: none;
  text-align: right;
}

.text-in-image .kv-swiper .kv-content.left {
  top: 50%;
  left: 7%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  text-align: left;
}

.text-in-image .kv-swiper .kv-content.center {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-in-image .kv-swiper .kv-content.right {
  top: 50%;
  left: auto;
  right: 7%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: right;
}

.text-in-image .kv-swiper .kv-content.left-bottom {
  top: auto;
  left: 7%;
  right: auto;
  bottom: 7%;
  transform: none;
  text-align: left;
}

.text-in-image .kv-swiper .kv-content.bottom {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 7%;
  transform: translateX(-50%);
  text-align: center;
}

.text-in-image .kv-swiper .kv-content.right-bottom {
  top: auto;
  left: auto;
  right: 7%;
  bottom: 7%;
  transform: none;
  text-align: right;
}

.text-in-image .kv-swiper .kv-content .kv-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.text-in-image .kv-swiper .kv-content .kv-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0 0;
}

.text-in-image .kv-swiper .kv-content .kv-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding: 8px 20px;
  margin-top: 20px;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .text-in-image .kv-swiper .kv-content .kv-title {
    font-size: 20px;
  }

  .text-in-image .kv-swiper .kv-content .kv-desc {
    font-size: 12px;
  }

  .text-in-image .kv-swiper .kv-content .kv-btn {
    font-size: 12px;
  }

  .text-in-image.text-in-image--fullscreen .kv-swiper .kv-content .kv-title {
    font-size: 5vw;
  }

  .text-in-image.text-in-image--fullscreen .kv-swiper .kv-content .kv-desc {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767.98px) {
  .text-in-image .kv-swiper .swiper-slide {
    border-radius: 12px;
  }

  .text-in-image .custom-swiper .swiper-pagination {
    bottom: 5px;
  }

  .text-in-image .kv-swiper .kv-content,
  .text-in-image .kv-swiper .kv-content.left-top,
  .text-in-image .kv-swiper .kv-content.top,
  .text-in-image .kv-swiper .kv-content.right-top,
  .text-in-image .kv-swiper .kv-content.left,
  .text-in-image .kv-swiper .kv-content.center,
  .text-in-image .kv-swiper .kv-content.right,
  .text-in-image .kv-swiper .kv-content.left-bottom,
  .text-in-image .kv-swiper .kv-content.bottom,
  .text-in-image .kv-swiper .kv-content.right-bottom {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 3%;
    bottom: auto;
    transform: translateY(0);
  }

  .text-in-image .kv-swiper .kv-content .kv-title {
    font-size: 18px;
  }

  .text-in-image .kv-swiper .kv-content .kv-desc {
    font-size: 10px;
    margin-top: 10px;
  }

  .text-in-image .kv-swiper .kv-content .kv-btn {
    margin-top: 10px;
    font-size: 12px;
    padding: 6px 16px;
  }

  .text-in-image.text-in-image--fullscreen .kv-swiper .swiper-slide {
    border-radius: 0;
    min-height: 56vw;
  }

  .text-in-image.text-in-image--fullscreen .kv-swiper .swiper-slide img {
    min-height: 56vw;
  }

  .text-in-image.text-in-image--fullscreen .kv-swiper .kv-content .kv-title {
    font-size: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }

  .text-in-image.text-in-image--fullscreen .kv-swiper .kv-content .kv-desc {
    font-size: 14px;
    margin-top: 12px;
  }
}

.text-in-image .kv-swiper .kv-content .kv-btn:focus-visible {
  outline: revert;
  outline-offset: 3px;
}

.text-in-image .kv-swiper .swiper-pagination .swiper-pagination-box:focus-visible {
  outline: revert;
  outline-offset: 3px;
}

.text-in-image .kv-swiper .swiper-pagination.swiper-pagination-lock {
  display: none;
}

/* Fullscreen mode (enable_fullscreen) */
.text-in-image.text-in-image--fullscreen .shop-main .section-wrap.kv-section {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
}

.text-in-image.text-in-image--fullscreen .kv-swiper .swiper-slide {
  border-radius: 0;
  aspect-ratio: auto;
  min-height: 40vw;
}

.text-in-image.text-in-image--fullscreen .kv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height: 40vw;
  object-fit: cover;
}

.text-in-image.text-in-image--fullscreen .kv-swiper .kv-content .kv-title {
  font-size: 5vw;
  color: #fff;
  line-height: 1.0833;
  margin: 0 0 1.04167vw;
  letter-spacing: 0.20833vw;
  font-weight: 700;
}

.text-in-image.text-in-image--fullscreen .kv-swiper .kv-content .kv-desc {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2vw;
  color: #fff;
}

.text-in-image .kv-outer-txt {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 20px;
  width: 100%;
  color: #000;
}
