
.carousel-dress-wrapper {
    max-width: 703px;
    background: #03183e url("./../../../assets/images/new/bg-003.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  
  .carousel-dress-item {
    padding: 77px 68px 42px 62px;
  }
  
  .carousel-dress-item .image {
    z-index: 2;
  }
  
  .carousel-dress-item .image::before,
  .carousel-dress-item .image::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 1px;
    bottom: 2px;
    left: 33px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: -1;
  }
  
  .carousel-dress-item .image::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(77.66%, rgba(255, 255, 255, 0.0990727)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  
  .carousel-dress-item .image::after {
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(42.84%, rgba(255, 255, 255, 0.223791)), to(rgba(255, 255, 255, 0))) border-box;
    background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
    background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
    background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  
  .carousel-dress-item .image img {
    width: 255px;
    height: 322px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  
  .carousel-dress-item .detail {
    padding-right: 27px;
  }
  
  .carousel-dress-item .detail .sup-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  
  .carousel-dress-item .detail .sup-title span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  
  .carousel-dress-item .detail .title {
    margin: 3px 0 29px;
  }
  
  .carousel-dress-item .detail .title h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 43px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .carousel-dress-item .detail .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 16px 23px 15px 18px;
    font-weight: 900;
    line-height: 18px;
    color: #212121;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  
  .carousel-dress-item .detail .btn i {
    margin-right: 11px;
  }
  
  .swiper-slide-active .carousel-dress-item .image img,
  .swiper-slide-active .carousel-dress-item .detail .btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .swiper-slide-active .carousel-dress-item .image img {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  
  .swiper-slide-active .carousel-dress-item .detail .sup-title span,
  .swiper-slide-active .carousel-dress-item .detail .title h2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  
  .swiper-slide-active .carousel-dress-item .detail .sup-title span {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  
  .swiper-slide-active .carousel-dress-item .detail .title h2 {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  
  .swiper-slide-active .carousel-dress-item .detail .btn {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  
  .carousel-dress .swiper-pagination {
    z-index: 2;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 8px 22px 5px 21px;
    bottom: 40px;
  }
  
  .carousel-dress .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
    border: 1px solid #fff;
  }
  
  .carousel-dress .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    margin: 0 !important;
  }
  
  .carousel-dress .swiper-pagination-bullet:not(:last-child) {
    margin-left: 10px !important;
  }
  
  .carousel-dress .swiper-pagination-bullet-active {
    width: 27px;
  }
  
  @media only screen and (max-width: 767px) {
    .carousel-dress-item {
        padding: 20px 24px 64px;
    }
  
    .carousel-dress-item .image {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto 24px;
    }
  
    .carousel-dress-item .detail {
        padding: 0;
    }
  
    .carousel-dress-item .detail .btn {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        display: block;
        margin: 0 auto;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .carousel-dress-wrapper {
        margin: 0 -12px;
        width: -webkit-calc(100% + 24px) !important;
        width: -moz-calc(100% + 24px) !important;
        width: calc(100% + 24px) !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
  
    .carousel-dress-item {
        padding: 20px 12px 64px;
    }
  }
  
  