.collection-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.collection-card__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-card__image-container:before {
  content: "";
  display: block;
  padding-top: 73.3333333333%;
}
.collection-card__item {
  position: relative;
}
.collection-card__item:hover .collection-card__image {
  transform: scale(1.1);
}
.collection-card__image-container {
  overflow: hidden;
}
.collection-card__image {
  transform: scale(1);
  transition: 0.4s;
}
.collection-card__footer {
  padding: 1.25vw 0.729vw;
  text-align: center;
}
.collection-card__title {
  margin-bottom: 0.521vw;
  font-size: 1.667vw;
  font-family: "Fenix";
}
.collection-card__link {
  padding: 0.313vw;
  color: rgba(28, 31, 33, 0.8);
  text-decoration: underline;
  font-size: 1.042vw;
}
.collection-card__link:hover {
  color: #4F86CB;
}
@media screen and (max-width: 991px) {
  .collection-card__card {
    margin-right: -5px;
    margin-left: -5px;
  }
  .collection-card__card [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-card__footer {
    padding: 12px;
    background-color: rgb(242, 243, 247);
  }
  .collection-card__title {
    margin-bottom: 0;
    font-size: 23px;
  }
  .collection-card__link {
    padding: 10px 2px 4px;
    font-size: 14px;
  }
  .collection-card__link-mobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .collection-card__footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 380px) {
  .collection-card__title {
    font-size: 17px;
  }
  .collection-card__link {
    padding-top: 8px;
    font-size: 11px;
  }
}

.product-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.product-card__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-card__header {
  position: relative;
}
.product-card__header .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  z-index: 1;
}
.product-card__header .yith-wcwl-wishlistexistsbrowse a {
  display: none;
}
.product-card__header .yith-wcwl-icon {
  margin-right: 0 !important;
  width: 22px;
  height: 22px;
  opacity: 0;
  transition: 0.4s;
}
.product-card__header .add_to_wishlist span {
  display: none;
}
.product-card__item {
  position: relative;
  margin-bottom: 2.604vw;
}
.product-card__item:hover .product-card__image {
  transform: scale(1.1);
}
.product-card__item:hover .fa-heart-o {
  opacity: 1;
}
.product-card__item .fa-heart-o::before,
.product-card__item .fa-heart::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-card__item .fa-heart-o::before {
  background-image: url(../../../images/wishlist-outline.svg);
}
.product-card__item .fa-heart {
  opacity: 1;
}
.product-card__item .fa-heart::before {
  background-image: url(../../../images/wishlist-solid.svg);
}
.product-card__image-container {
  overflow: hidden;
}
.product-card__image {
  transform: scale(1);
  transition: 0.4s;
}
.product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.25vw;
  color: #1C1F21;
}
.product-card__category {
  position: relative;
  z-index: 1;
}
.product-card__category a {
  color: rgba(28, 31, 33, 0.6);
  font-size: 0.625vw;
  text-transform: uppercase;
}
.product-card__name {
  margin-top: 0.417vw;
  margin-bottom: 0.313vw;
  font-size: 1.042vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.product-card__sale .product-card__price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.product-card__price {
  font-weight: 700;
  font-size: 1.042vw;
}
.product-card__price ins {
  text-decoration: none;
}
.product-card__price del {
  margin-left: 5px;
  font-size: 0.833vw;
  font-weight: 400;
}
.product-card__button {
  padding-right: 1.042vw !important;
  padding-left: 1.042vw !important;
  margin-left: 4px;
  font-size: 0.833vw !important;
}
.product-card__sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card__sold-out img {
  width: 100%;
  max-width: 7.292vw;
  opacity: 0.5;
  object-fit: contain;
}
.product-card__badge, .product-card__badge--new, .product-card__badge--sale {
  padding: 4px 8px;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.625vw;
  color: #ffffff;
}
.product-card__badge--sale {
  background-color: #E33E38;
}
.product-card__badge--new {
  background-color: #6BC55D;
}
.product-card__link-mobile {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .product-card__header .yith-wcwl-add-to-wishlist {
    top: 12px;
    right: 8px;
  }
  .product-card__button {
    display: none;
  }
  .product-card__item {
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-bottom: 16px;
  }
  .product-card__item .fa-heart-o {
    opacity: 1;
  }
  .product-card__footer {
    padding: 12px 0px;
  }
  .product-card__category a {
    font-size: 10px;
  }
  .product-card__name {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .product-card__price {
    font-size: 16px;
  }
  .product-card__price del {
    font-size: 12px;
  }
  .product-card__badge, .product-card__badge--sale, .product-card__badge--new {
    font-size: 12px;
  }
  .product-card__sold-out img {
    max-width: 100px;
  }
}

.gallery-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.gallery-card__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-card__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery-card__item {
  position: relative;
  margin-bottom: 20px;
}
.gallery-card__item:hover .gallery-card__image {
  transform: scale(1.1);
}
.gallery-card__image-container {
  overflow: hidden;
}
.gallery-card__image {
  transform: scale(1);
  transition: 0.4s;
}
.gallery-card__footer {
  padding: 1.042vw 0;
}
.gallery-card__caption {
  font-size: 1.25vw;
  text-transform: capitalize;
  display: block;
}
@media screen and (max-width: 991px) {
  .gallery-card__card {
    margin-right: -6px;
    margin-left: -6px;
  }
  .gallery-card__item {
    padding-right: 6px !important;
    padding-left: 6px !important;
    margin-bottom: 12px;
  }
  .gallery-card__footer {
    padding: 11px 0;
  }
  .gallery-card__caption {
    font-size: 16px;
  }
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../images/arrow-white.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../images/arrow-white.svg) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../images/close-icon.svg) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.theme-title--third {
  letter-spacing: 0.2em;
}

.banner-video {
  width: 100%;
  height: 100vh;
  background-color: #7EB3FF;
}
.banner-video__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .banner-video {
    height: unset;
    margin-top: 56px;
  }
}
@media (max-width: 575px) {
  .banner-video {
    height: 75vh;
  }
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #1C1F21;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
.banner__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 800px;
}
.banner__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__image-container:before {
  content: "";
  display: block;
  padding-top: 74.25%;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/white-paper-texture-2.png);
  mix-blend-mode: color-burn;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner__title {
  color: #ffffff;
}
.banner__description {
  margin-top: 1.25vw;
  padding-right: 7vw;
}
.banner__description p {
  color: #ffffff;
  font-size: 1.25vw;
  line-height: 1.979vw;
}
.banner__description p:last-child {
  margin-bottom: 0px;
}
.banner__swiper-slide {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .banner__description {
    margin-top: 15px;
    padding-right: 0;
  }
  .banner__description p {
    font-size: 16px;
    line-height: 30px;
  }
  .banner__image-container {
    margin-top: 15px;
  }
}

.collection {
  background-color: #F2F3F7;
  padding-bottom: 1.458vw;
}
.collection__title {
  margin-bottom: 3.125vw;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .collection {
    padding: 35px 0px 20px;
  }
  .collection__title {
    margin-bottom: 34px;
  }
}

.trending__title-wrapper {
  margin-bottom: 3.125vw;
}
.trending__button-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trending__title-wrapper {
    margin-bottom: 34px;
    text-align: center;
  }
  .trending__button-wrapper {
    margin-top: 30px;
  }
}

.product-card__item .fa-heart-o::before {
  background-image: url(../../images/wishlist-outline.svg);
}
.product-card__item .fa-heart::before {
  background-image: url(../../images/wishlist-solid.svg);
}

.feature {
  position: relative;
  background-color: #4C7CBA;
  color: #ffffff;
}
.feature__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 800px;
}
.feature__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__image-container:before {
  content: "";
  display: block;
  padding-top: 58.75%;
}
.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/white-paper-texture-2.png);
  mix-blend-mode: color-burn;
  background-size: cover;
  background-repeat: no-repeat;
}
.feature .theme-content {
  padding-right: 30px;
}
.feature__title-wrapper {
  margin-bottom: 4vw;
  text-align: center;
}
.feature__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.646vw;
  height: 3.646vw;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.feature__image {
  object-position: center;
}
.feature__button-wrapper {
  margin-top: 4.167vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__title-wrapper {
    margin-bottom: 34px;
  }
  .feature__image-container {
    margin-bottom: 25px;
  }
  .feature__play-icon {
    width: 30px;
    height: 30px;
  }
  .feature__button-wrapper {
    margin-top: 30px;
  }
}

.testimonial {
  background-color: #F2F3F7;
  overflow-x: hidden;
}
.testimonial__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 80px;
}
.testimonial__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.testimonial__title {
  padding-bottom: 3.125vw;
  text-align: center;
}
.testimonial__swiper-slide {
  padding: 1.563vw;
  background-color: #ffffff;
}
.testimonial__swiper-navigation {
  position: absolute;
  top: 0;
  right: -4.5%;
  bottom: 0;
  left: -4.5%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.testimonial__swiper-next, .testimonial__swiper-prev {
  position: initial;
}
.testimonial__swiper-next::after, .testimonial__swiper-prev::after {
  font-size: 16px;
  font-weight: 800;
  color: #1C1F21;
}
.testimonial__image-container {
  max-width: 4.167vw;
}
.testimonial__info {
  margin: 1.458vw 0 0.625vw;
}
.testimonial__name {
  margin-right: 6px;
  font-size: 1.667vw;
  font-family: "Fenix";
}
.testimonial__date {
  font-size: 0.781vw;
  font-style: italic;
  color: #828282;
}
.testimonial__scrollbar {
  background: transparent;
}
.testimonial__scrollbar .swiper-scrollbar-drag {
  background: #D9D9D9;
}
@media (max-width: 1299px) {
  .testimonial__swiper-navigation {
    right: -18px;
    left: -18px;
  }
}
@media (min-width: 992px) {
  .testimonial__scrollbar {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__title {
    padding-bottom: 34px;
  }
  .testimonial__swiper-slide {
    padding: 22px;
  }
  .testimonial__image-container {
    max-width: 60px;
  }
  .testimonial__info {
    margin: 20px 0px 10px;
  }
  .testimonial__name {
    font-size: 24px;
  }
  .testimonial__date {
    display: block;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .swiper {
    overflow: initial;
  }
  .testimonial__scrollbar {
    bottom: -48px !important;
  }
  .testimonial__date {
    display: unset;
  }
  .testimonial__swiper-navigation {
    display: none;
  }
}

.gallery__title {
  margin-bottom: 3.125vw;
  text-align: center;
}
.gallery__button-wrapper {
  margin-top: 4.375vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gallery .gallery-card__card [class*=col-] {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery__title-wrapper {
    margin-bottom: 34px;
    text-align: center;
  }
  .gallery__button-wrapper {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=home.css.map */
