/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/blocks/collection-showcase/collection-showcase.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.collection-showcase {
  display: flex;
  flex-direction: column;
  margin: 4rem auto;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.collection-showcase .collection-showcase-slider {
  position: relative;
  height: 100vh;
  min-height: 500px;
  width: 100%;
}
.collection-showcase .collection-showcase-slider .swiper-main {
  position: relative;
  width: 100%;
  height: 100%;
}
.collection-showcase .collection-showcase-slider .swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collection-showcase .collection-showcase-slider .swiper-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
}
.collection-showcase .collection-showcase-slider .collection-name-bullet {
  position: absolute;
  top: 2rem;
  left: 5%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.collection-showcase .collection-showcase-slider .collection-link-wrapper {
  outline: none;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 120px;
  left: 5%;
  z-index: 10;
}
.collection-showcase .collection-showcase-slider .collection-link-button {
  z-index: 10;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
  text-decoration: none;
  outline: none;
}
.collection-showcase .collection-showcase-slider .collection-link-button a {
  outline: none;
}
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper {
  position: absolute;
  bottom: 2rem;
  right: 5rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-thumbs {
  border-radius: 16px;
  width: 390px;
  height: 330px;
  order: 2;
  overflow: hidden;
}
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-thumbs .swiper-slide {
  cursor: pointer;
}
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-button-prev,
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-button-next {
  position: static;
  width: 17px;
  height: 33px;
  margin-top: 0;
}
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-button-prev::after,
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-button-next::after {
  content: "";
  font-size: 2rem;
  color: #000;
}
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-button-prev {
  order: 1;
}
.collection-showcase .collection-showcase-slider .thumbs-nav-wrapper .swiper-button-next {
  order: 3;
}
.collection-showcase .collection-showcase-wrapper {
  position: relative;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 5% 0 10% 0;
}
.collection-showcase .collection-showcase-wrapper .collection-name-footer {
  position: absolute;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  bottom: 5rem;
  right: 10%;
}
.collection-showcase .collection-showcase-wrapper .circles-wrapper {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.collection-showcase .collection-showcase-wrapper .circles-wrapper .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}
.collection-showcase .collection-showcase-info {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 10rem 0 12rem;
}
.collection-showcase .collection-showcase-info svg {
  transform: translateX(-10rem);
}

/*# sourceMappingURL=collection-showcase.css.map*/