/* Custom CSS - Add your styles here */
/* Remove left padding so only RIGHT shows */
.image-slider .owl-stage {
  padding-left: 0 !important;
  right: 5px;
}
.image-slider .owl-nav{
  position: relative;
}
.image-slider .owl-nav::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  width: calc(100% - 225px);
  height: 2px;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%); */
  background-color: #936DC3;
  opacity: 0.2;
  max-width: 80%;
}

@media (max-width: 1580px) {
  .image-slider .owl-nav::before {
    width: calc(100% - 150px);
    top: 42px;
  }
}

@media (max-width: 1024px) {
  .image-slider .owl-nav::before {
    display: none;
  }
}

.mobile-content.active {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-card.active {
  height: 400px;
  /* expanded height */
}

.feature-content {
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.feature-content.show {
  opacity: 1;
  transform: translateY(0);
}

.curtain {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  transition: left 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.curtain video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curtain-wrapper.active .curtain {
  left: 0;
}

.feature-slider .owl-stage {
  padding-left: 0 !important;
  right: 0px;
}

.woocommerce-product-gallery__wrapper {
  display: block !important;
  position: relative;
}
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper {
  overflow: visible !important;
}

.product-images .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 99;
}

.woocommerce-product-gallery__wrapper .owl-item img{
  object-fit: cover;
  height: 350px !important;
}

.product-images .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.4);
}

.product-images .owl-dots .owl-dot.active span {
  background: #000;
}

