/*
 * Handmadekultur Swiper skin (loads with swiper.min.css)
 * Plain CSS source. Do not edit content-hashed copies.
 * Replaces RoyalSlider (2026-07-18).
 */

.hk-swiper {
  position: relative;
  width: 100%;
}

.hk-swiper--banner.carousel-inner2,
.hk-swiper--banner {
  width: 100%;
}

.hk-swiper--banner .hk-swiper-main {
  width: 100%;
}

.hk-swiper--banner .swiper-slide {
  text-align: center;
}

.hk-swiper--banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.hk-swiper--banner .swiper-slide[data-balink] {
  cursor: pointer;
}

.hk-swiper--banner .swiper-pagination {
  display: none;
}

.hk-swiper--project .hk-swiper-main {
  width: 100%;
  background: #f5f5f5;
}

.hk-swiper--project .hk-swiper-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.hk-swiper--project .hk-swiper-main img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.hk-swiper--project .swiper-button-prev,
.hk-swiper--project .swiper-button-next {
  color: #fff;
  width: 36px;
  height: 36px;
  margin-top: 0;
  transform: translateY(-50%);
  background: rgba(51, 51, 51, 0.55);
  border-radius: 0;
  z-index: 20;
}

.hk-swiper--project .swiper-button-prev:hover,
.hk-swiper--project .swiper-button-next:hover {
  background: rgba(226, 0, 26, 0.85);
}

.hk-swiper--project .swiper-button-prev::after,
.hk-swiper--project .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.hk-swiper-thumbs {
  margin-top: 8px;
  height: 72px;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  padding-top: 8px;
}

.hk-swiper-thumbs .swiper-slide {
  width: 72px;
  height: 56px;
  opacity: 0.72;
  cursor: pointer;
  overflow: hidden;
}

.hk-swiper-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk-swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  outline: 2px solid #e2001a;
  outline-offset: -2px;
}

.hk-swiper-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.72);
  z-index: 2;
}

.hk-swiper-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}

.hk-swiper-play:hover {
  background: rgba(226, 0, 26, 0.88);
}

.hk-swiper-slide-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hk-swiper .swiper-slide {
  position: relative;
}
