.collection-men .pos-r {
    position: relative;
}
.collection-men .logo-cont {
    width:242px;
    height:auto;
    margin-bottom:15px;
}
.collection-men img {
    width: 100%;
}

.collection-men .collex-one {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top:100px;
}

    .collection-men .collex-one h1, .collection-men .collex-one h2 {
        font-size: 3.38vw;
        text-align: center;
        font-weight: 500;
        text-transform: none;
        margin-bottom: 15px;
        font-family: "HelveticaNeue",helvetica,sans-serif;
        letter-spacing: normal;
    }

.collection-men .collex-one p {
    line-height: 1.4;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
    font-family: "HelveticaNeue", helvetica, sans-serif;
}

.collection-men .sticky-nav {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: sticky;
    top: 45px;
    z-index: 11;
    height: 4.1vw;
    width:100%;
    color: #fff;
}

.collection-men .sticky-nav p {
        margin-bottom: 0;
        cursor: pointer;
        padding: 0 40px;
        margin: 20px 0;
        font-weight: 500;
        position: relative;
        letter-spacing: 0 !important;
        font-size: 1.25vw !important;
    }

.collection-men .sticky-nav p::after {
            content: "|";
            position: absolute;
            right: 0;
            top: 0;
        }

.collection-men .collex .text-pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.5em 9.5em;
}

.collection-men .collex .text-pos h2 {
        font-size: 3.38vw;
        color: #fff;
        line-height: 150%;
        font-weight: 500;
        margin-bottom: 15px;
    }

.collection-men .collex .text-pos p {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0;
        color: #fff;
        line-height: 1.2;
        font-family: "HelveticaNeue", helvetica, sans-serif;
    }

.collection-men .collex .text-pos a button.button {
        text-transform: uppercase;
        width: 260px;
        height: auto;
        outline: none;
        background-color: #fff;
        color: #000;
        font-family: "HelveticaNeue Cond", helvetica, sans-serif;
        letter-spacing: 0.1rem;
        margin: 3px 0;
        padding-top: 0.76em;
        padding-bottom: 0.69em;
        display: block;
        transition: all 0.2s ease-out;
        border: none;
        border-radius: 2px;
        cursor: pointer;
    }

.collection-men .collex .text-pos a:hover button.button {
        background-color: #000;
        color: #fff;
    }
.collection-men .text-pos.pos-two {
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5vw 8vw;
}
.collection-men .button-cont a,
.collection-men .button-cont a:hover{
    color: transparent;
}

.collex-jacket .pos-jacket {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5em;
}
.collex-jacket img {
    height:100%;
}
.collex .collex-jacket {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 3vw;
    height: 90%;
}

.jacket .logo-cont {
    position: relative;
    max-width: 7.29167vw;
    min-width: 0 !important;
    margin-top: 2rem;
}

.jacket .logo-cont svg {
    width: 100%;
    height: 100%;
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important;
}

.jacket .logo-cont .logo-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.jacket .main-title {
    max-width: 620px;
    width: 38vw;
    margin-left: 0;
    margin-right: auto;
    position: relative;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.jacket .logo-cont svg path {
    fill:#000;
}
.jacket .logo-cont .logo-circle svg
{
    -webkit-animation: rotate 12s infinite linear;
    animation: rotate 12s infinite linear;
}

.collection-nav {
    position: sticky;
    position: -webkit-sticky;
    top: 82px;
    z-index: 8;
    height: 4.1vw;
}

.sticky-nav {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.1vw;
}

.forMobile {
    display:none;
}

.jacket p {
    color:#000 !important;
    margin-top:15px !important;
}
.jacket  .text-pos a button.button {
    width: 300px !important;
    background-color: #000 !important;
    color: #fff !important;
}
@media (max-width: 991.98px) {

    .collection-men .collex-one {
        margin-top: 0;
    }
    .collection-nav .sticky-nav {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        z-index: 11;
        top: 115px;
        height: 67px;
    }

    .collection-men .sticky-nav p {
        font-size: 15px !important;
        padding: 0 18px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .jacket .logo-cont {
        position: relative;
        max-width: 40%;
        min-width: 0 !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }
    .collex .collex-jacket {
        left: auto;
        height: 200px;
        bottom: 0;
        width: 75%;
        position: absolute;
        top: 110px;
        right: 14vw;
    }

    .collex-jacket img {
        height: auto;
    }

    .jacket .main-title {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        position: relative;
    }

    .flex-wrap {
        flex-wrap:wrap;
    }

    .logo-cont svg {
        -webkit-filter: invert(1);
        filter: invert(1);
    }
    .collection-men .collex-one h1, .collection-men .collex-one h2 {
        font-size: 9vw;
    }
    .collection-men .collex-one p {
        font-size: 16px;
    }
    .forDesktop {
        display: none;
    }

    .forMobile {
        display: block;
    }

    .collection-men .collex .text-pos {
        position: relative;
    }

 

    .collection-men .collex .text-pos {
        padding: 6vw 0.7em;
    }

    .collection-men .collex .text-pos h2,
    .collection-men .collex .text-pos p {
        color: #000 !important;
        font-size: 7vw !important;
        margin-bottom: 12px;
        text-align: center;
        width: 100%;
    }

    .collection-men .collex .text-pos a button.button {
        text-transform: uppercase;
        width: 100%;
        height: auto;
        outline: none;
        background-color: #000;
        color: #fff;
    }

    .button-cont {
        width:100%;
        text-align:center;
        justify-content:center;
    }
}



.collection-men .collex-one p {
    color: #000;
}

.collection-men .collex .text-pos span.button {
    text-transform: uppercase;
    width: 260px;
    height: auto;
    outline: none;
    background-color: #fff;
    color: #000;
    font-family: "HelveticaNeue Cond", helvetica, sans-serif;
    letter-spacing: 0.1rem;
    margin: 3px 0;
    padding-top: 0.76em;
    padding-bottom: 0.69em;
    display: block;
    transition: all 0.2s ease-out;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
}

    .collection-men .collex .text-pos span.button:hover {
        background-color: #000;
        color: #fff;
    }

@media (max-width: 991.98px) {
    .collection-men .collex .text-pos span.button {
        background-color: #000;
        color: #fff;
        width: 100%;
    }

    .collex .d-flex {
        flex-wrap: wrap;
    }
}


.tnf-custom h1.typ-2, .tnf-custom p, .tnf-custom legend, h1, .tnf-custom label, .tnf-custom .voice, .tnf-custom ul li,
.tnf-custom .pdp.pdp-swatches #product-detail #product-form
.product-attr-form section.step-container:not(.attr-color) .attr-box, .tnf-custom .pdp-swatches.pdp-drawer
#product-detail #product-form .product-attr-form section.step-container:not(.attr-color) .attr-box, .tnf-custom .pdp-drawer .product-detail #product-form .product-attr-form section.step-container:not(.attr-color) .attr-box {
    font-family: "HelveticaNeue", helvetica, sans-serif;
}

.collection-men .collex-one h1,
.collection-men .collex .text-pos h2 {
    font-family: "HelveticaNeue",helvetica,sans-serif;
    letter-spacing: normal;
}
.st0 {
    fill: #fff;
}