#dressdetail {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 500;
}

#dressdetail .exit {
    top: 30px;
    right: 30px;
    z-index: 300;
}
#dressdetail .exit .top,
#dressdetail .exit .bottom {
    background-color: white;
}
#dressdetail .back-drop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

#dressdetail .popup-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
}

#dressdetail .popup-content .swiper-container .num-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 380px;
    z-index: 100;
    margin: 0 auto;
}
#dressdetail .popup-content .swiper-container .num-wrapper::before{
    content: '';
    display: inline-block;
    padding-left: 66.66%;
}
#dressdetail .popup-content .swiper-container .number .min {
    display: inline;
}

#dressdetail .popup-content .swiper-container .number .max {
    display: inline;
}

#dressdetail .popup-content .swiper-container .number {
    position: absolute;
    bottom: 33px;
    right: 0px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;

    opacity: 0.5;
}

#dressdetail .popup-content .swiper-container{    
    position: relative;
    width: 100%;
    height: 98%;
    min-height: 750px;
    max-height: 1090px;
    pointer-events: all;
}
#dressdetail .popup-content .swiper-container .swiper-slide-active{
    opacity: 1 !important;
}
#dressdetail .popup-content .swiper-container .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;    
    opacity: 0;
    transition: opacity 0.5s;
}
#dressdetail .popup-content .swiper-container .swiper-slide > .img-outer{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#dressdetail .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    /* border: 3px solid red; */
    z-index: 300;
    pointer-events: all;

    font-size: 60px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#dressdetail .nav-btn.button-next{
    right: 0;
}
#dressdetail .nav-btn.button-prev{
    left: 0;
}

#dressdetail .swiper-scrollbar {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.1);
}
#dressdetail .swiper-scrollbar .swiper-scrollbar-drag{
    background-color: rgba(0,0,0,0.5);
}
/* #dressdetail .pg {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

#dressdetail .pg .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 1px solid white;
    background-color: transparent;
    opacity: 1;
    transition: background 0.3s ease;
}

#dressdetail .pg .swiper-pagination-bullet-active{
    background-color: white;
} */