.swiper-steps {
  position: relative;
  display: none !important;
}

.swiper-gallery p,
.swiper-steps p,
.swiper-steps--mobile p {
  margin: 0;
}

.swiper-slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding: 28px 0;
}

.slide-number {
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--wp--preset--color--primary);
  font-weight: 600 !important;
  margin-bottom: 12px;
}

.swiper-steps .slide-title {
  font-weight: bold !important;
  font-size: 20px !important;
}

.navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.nav-left,
.nav-right {
  height: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(to right, white, transparent);
  transition: background 0.3s ease-in-out;
}

.next:hover,
.prev:hover {
  transition: box-shadow 0.1s ease-in-out;
}

.next:hover,
.prev:hover {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

.nav-right {
  background: linear-gradient(to left, white, transparent);
  justify-content: flex-end;
}

.nav-left:has(.swiper-button-disabled) {
  background: transparent;
}
.nav-right:has(.swiper-button-disabled) {
  background: transparent;
}

.nav-button {
  width: 44px;
  aspect-ratio: 1/1;
  border: 2px solid var(--wp--preset--color--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  cursor: pointer;
}

.nav-button.swiper-button-disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}

.rotate-180 {
  transform: rotate(180deg);
}

.slide-content,
.slide-gallery-content {
  display: flex;
  flex-direction: column;
}
.slide-content {
  align-items: center;
  justify-content: center;
}
.slide-gallery-content {
  align-items: start;
  justify-content: start;
  gap: 16px;
}

.slide-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.swiper-steps--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.swiper-steps .slide-title {
  font-weight: semi-bold !important;
}

.gallery-navigation-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-gallery__index {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 600;
}
.swiper-gallery {
  display: flex !important;
  flex-direction: column !important;
  gap: 48px;
  align-items: flex-end;
}

.swiper-steps__svg--two,
.swiper-steps__svg--four {
  display: none;
  margin: auto;
  margin-bottom: -20px;
}

.swiper-steps__svg--two {
  margin-top: 60px;
  grid-column: span 2;
}
.swiper-steps__svg--four {
  grid-column: span 4;
}

@media (min-width: 991px) {
  .swiper-steps {
    display: flex !important;
	padding: 0 64px!important;
  }
  .swiper-steps--mobile {
    display: none;
  }
  .gallery-navigation-container {
    width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .swiper-steps__svg--two {
    display: none;
  }
  .swiper-steps__svg--four {
    display: block;
  }
}
