@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.collection {
  padding: 10.75rem 0 7.5rem;
}
.collection .collection-wrap {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.collection .collection-wrap .nav-tabs {
  border: none;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.collection .collection-wrap .nav-tabs .nav-link-tab {
  width: fit-content;
  padding: 0.75rem 0.5rem;
  color: rgba(188, 188, 188, 0.3);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.6px;
  transition: all 0.3s;
  border-bottom: 0.5px solid transparent;
  text-align: left;
}
.collection .collection-wrap .nav-tabs .nav-link-tab.active {
  color: #E6E6E6;
}
.collection .collection-wrap .tab-content {
  width: 75%;
  position: relative;
  top: -2rem;
}
.collection .collection-wrap .tab-content .swiper-wrapper {
  align-items: center;
}
.collection .collection-wrap .tab-content .mySwiper:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 50%;
  border-radius: 999px;
  background: rgba(230, 230, 230, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(100px);
}
.collection .collection-wrap .tab-content .mySwiper .swiper-button-prev {
  top: auto;
  bottom: 0.5rem;
  left: 32%;
  transform: translate(-32%, 0);
}
.collection .collection-wrap .tab-content .mySwiper .swiper-button-prev:before {
  background: url("../images/chevronleft-white.svg");
}
.collection .collection-wrap .tab-content .mySwiper .swiper-button-prev:after {
  background: url("../images/chevronleft-black.svg");
}
.collection .collection-wrap .tab-content .mySwiper .swiper-button-next {
  top: auto;
  bottom: 0.5rem;
  right: 32%;
  transform: translate(32%, 0);
}
.collection .collection-wrap .tab-content .mySwiper .swiper-button-next:before {
  background: url("../images/chevronleft-white.svg");
}
.collection .collection-wrap .tab-content .mySwiper .swiper-button-next:after {
  background: url("../images/chevronleft-black.svg");
}
.collection .collection-wrap .tab-content .swiper-slide {
  transition: all 0.3s;
  position: relative;
  transform: scale(0.6);
  opacity: 0.5;
}
.collection .collection-wrap .tab-content .swiper-slide > a {
  padding: 0.75rem;
}
.collection .collection-wrap .tab-content .swiper-slide > a img {
  width: 100%;
}
.collection .collection-wrap .tab-content .swiper-slide .product-content {
  margin-top: 3.656rem;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
}
.collection .collection-wrap .tab-content .swiper-slide .product-content .product-name {
  color: #FAF9F7;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  font-weight: 400;
}
.collection .collection-wrap .tab-content .swiper-slide .product-content .sku-code {
  margin-top: 0.25rem;
  color: rgba(230, 230, 230, 0.7);
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 100%;
}
.collection .collection-wrap .tab-content .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.collection .collection-wrap .tab-content .swiper-slide.swiper-slide-active .product-content {
  opacity: 1;
}
.collection .collection-wrap .view-all-pro-box {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.collection .collection-wrap .view-all-pro-box .view-all {
  color: rgba(188, 188, 188, 0.3);
  font-size: 1rem;
  letter-spacing: -0.48px;
  text-decoration: underline;
  transition: all 0.3s;
  padding: 1rem 1.25rem;
}
.collection .collection-wrap .view-all-pro-box .view-all:hover {
  color: #BCBCBC;
}

.scroll-to-top {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .collection {
    padding: 8.25rem 0 3.75rem;
  }
  .collection .collection-wrap {
    margin-top: 2.5rem;
    flex-direction: column;
  }
  .collection .collection-wrap .nav-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 0rem;
    overflow-x: auto;
  }
  .collection .collection-wrap .nav-tabs .nav-item {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .collection .collection-wrap .nav-tabs .nav-link-tab {
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -0.48px;
  }
  .collection .collection-wrap .nav-tabs .nav-link-tab.active {
    border-bottom: 0.5px solid #E6E6E6;
  }
  .collection .collection-wrap .tab-content {
    width: 100%;
    top: 0;
  }
  .collection .collection-wrap .tab-content .mySwiper {
    padding-top: 0;
  }
  .collection .collection-wrap .tab-content .mySwiper:before {
    width: 90%;
    height: 67%;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    filter: blur(25px);
  }
  .collection .collection-wrap .tab-content .mySwiper .swiper-button-prev {
    bottom: 0.5rem;
    left: 0%;
    transform: translate(0, 0);
  }
  .collection .collection-wrap .tab-content .mySwiper .swiper-button-next {
    bottom: 0.5rem;
    right: 0%;
    transform: translate(0, 0);
  }
  .collection .collection-wrap .tab-content .swiper-slide {
    transform: scale(0.8);
  }
  .collection .collection-wrap .tab-content .swiper-slide > a {
    padding: 0.75rem;
  }
  .collection .collection-wrap .tab-content .swiper-slide > a img {
    width: 100%;
  }
  .collection .collection-wrap .tab-content .swiper-slide .product-content {
    margin-top: 2rem;
  }
  .collection .collection-wrap .tab-content .swiper-slide .product-content .product-name {
    font-size: 1.125rem;
    line-height: 140%;
    letter-spacing: -0.54px;
  }
  .collection .collection-wrap .tab-content .swiper-slide .product-content .sku-code {
    margin-top: 0.5rem;
  }
  .collection .collection-wrap .view-all-pro-box {
    margin-top: 1rem 0;
  }
  .collection .collection-wrap .view-all-pro-box .view-all {
    padding: 1rem 0;
  }
}
/*# sourceMappingURL=tpl-collections.css.map */
