


#authendic #hero .video-buton {
    bottom: 20px;
    right: 65px;
    display: flex;
    align-items: center;
    width: auto !important;
    top: initial !important;
    left: initial !important;
    transform: none;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.pause_buton {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ababab;
    border: 1px solid #fff;
    cursor:pointer;
}
.openicon {
    background: url(https://st-vans.mncdn.com/Content/img/rd-new/icons.svg#play) no-repeat center;
    filter: brightness(0) invert(1);
    background-size: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
}
.closeicon {
    background: url(https://st-vans.mncdn.com/Content/img/rd-new/icons.svg#pause) no-repeat center;
    filter: brightness(0) invert(1);
    background-size: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
}
.openicon {
    display: none;
}

.closeicon {
    display: block;
}

.pause_buton.active .openicon {
    display: block;
}

.pause_buton.active .closeicon {
    display: none;
}
#authendic #hero .banner {
    bottom: 10px;
    left: 0;
    right: initial;
    position: absolute;
    width: 100%;
    max-width: 650px;
    padding: 25px;
}

#authendic #hero .banner .title {
    font-size:4rem;
    color:#fff;
    font-weight:bold;
}

#authendic #hero .banner .text {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    padding: 10px 0;
    box-sizing: border-box;
}


#authendic #hero .banner .link a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.28;
    border-bottom: 2px solid;
    color: #fff;
}





    #authendic #one-banner {
        position: relative;
    }

    #authendic #one-banner .banner {
        bottom: 2px;
        left: 0;
        right: initial;
        position: absolute;
        width: 100%;
        max-width: 100%;
        padding: 25px;
    }

    #authendic #one-banner .banner .title {
        font-size: 4rem;
        color: #fff;
        font-weight: bold;
    }

    #authendic #one-banner .banner .text {
        color: #fff;
        font-size: 18px;
        line-height: normal;
        font-weight: 500;
        padding: 10px 0;
        box-sizing: border-box;
    }


#authendic .p-0,
#authendic.p-0 {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    width:100%;
    max-width:100%;
}
#authendic .mt50 {
    margin-top:50px;
}
#product-additional .product-info {
    padding: 10px 20px;
    box-sizing: border-box;
}
#product-additional .product-info .product-name {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
}

#product-additional .product-info  .link a {
    color:#000;
    border-bottom:1px solid;
    font-size:17px;
    line-height:normal;
}
.shop-all {
    width:100%;
    height:auto;
    display:flex;
    justify-content:center;
    padding-top:50px;
    margin-bottom:50px;
}
.shop-all a {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
    padding: 15px 24px;
}

#worn_slider .banner-title {
    font-size:24px;
    color:#000;
    font-weight:600;
    padding:25px;
    box-sizing:border-box;
}
#worn_slider {
    margin-bottom:50px;
}

#worn_slider .banner {
    padding: 10px 20px;
    box-sizing: border-box;
}

    #worn_slider .banner .title {
        font-size: 1.5rem;
        color: #000;
        font-weight: 600;
        line-height: normal;
    }

    #worn_slider .banner .text {
        color: #000;
        font-size: 16px;
        line-height: normal;
        letter-spacing: normal;
    }
#authendic .progress-container {
    position: absolute;
    bottom: 10px;
    width: 40px;
    height: 6px;
    background: #fff;
    overflow: hidden;
    border-radius: 999px;
}

#authendic .progress-bar {
    height: 100%;
    width: 100%;
    background: #9a9a9a;
    transform: translateX(-100%);
    animation: loading 15s linear infinite;
}

.flexx {
    display:flex;
    justify-content:center;
}

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(100%);
    }
}
#authendic [class*=swiper-button-] {
    box-shadow: 0 0 #0000,0 0 #0000,0 4px 16px 0 var(--un-shadow-color,#0000001a);
    background: #26242480;
    width: 40px;
    height: 40px;
    padding: .5rem;
    transition: all .2s
}

#authendic [class*=swiper-button-]:after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(https://st-vans.mncdn.com/Content/img/rd-new/icons.svg#chevron);
    filter: brightness(0) invert(1);
}
#authendic [class*=swiper-button-]:after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(https://st-vans.mncdn.com/Content/img/rd-new/icons.svg#chevron);
    filter: brightness(0) invert(1);
}
#authendic .swiper-button-prev:after {
    transform: rotateY(180deg);
}
#authendic .swiper-button-next {
    right: 0;
}
#authendic .swiper-button-prev {
    left: 0;
}

[aria-disabled="true"] {
    display: none;

}
[aria-disabled="false"] {
    display: block;
}

.swiper-container {
    opacity: 0;
    transition-duration: .2s;
}
#worn_slider:hover .swiper-container {
    opacity: 1;
    transition-duration: .2s;
}
@media(min-width:769px) {
    #wrapper .rd-header-inner {
        position: absolute !important;
    }

        #wrapper .rd-header-inner button.menu-button svg {
            filter: brightness(0) invert(1) !important;
        }

    #wrapper .rd-header-right button svg {
        filter: brightness(0) invert(1) !important;
    }

    .rd-logo svg {
        filter: brightness(0) invert(1) !important;
    }

    #authendic #hero {
        position: relative;
    }

        #authendic #hero video {
            display: flex;
            min-height: 100dvh;
            max-height: 100dvh;
            aspect-ratio: inherit;
            object-fit: cover;
        }
    #authendic #one-banner .overlay_picture {
        display: block;
        background: linear-gradient(to bottom, transparent, #2a2a2a);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 35%;
    }
}


@media(max-width:768px) {
    #wrapper:not([data-path="/"]) .rd-header-inner {
        position: absolute;
    }
    #wrapper:not([data-path="/"]) .rd-logo svg {
        filter: brightness(0) invert(1) !important;
    }
    #product-additional .product-info .product-name {
        font-size: 1rem;
    }
    #authendic .swiper-button-next,
    #authendic .swiper-button-prev {
        display:none;
    }

 
    #authendic #hero .banner {
        max-width: 100%;
        padding: 10px;
        bottom: 40px;
    }

    #authendic #hero .banner .title {
        font-size: 2.5rem;
    }

    #authendic #hero .video-buton {
        bottom: 14px;
        right: 25px;
    }

   

    #authendic #one-banner .banner {
        bottom: 0;
        left: 0;
        right: initial;
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 25px;
    }

    #authendic #one-banner .banner .title {
        font-size: 2.6rem;
        color: #000;
    }
    #authendic #one-banner .banner {
        padding: 15px;
    }
    #authendic #one-banner .banner .text {
        color: #000;
        font-size: 21px;
        line-height: 1.6rem;
        font-weight: 500;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .flexx {
        width:100%;
    }


    #authendic .p-0,
    #authendic.p-0 {
        overflow:hidden;
    }
}