@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap&subset=cyrillic');
body.featured-collections .promo-content,
body.featured-collections .promo-content h2,
body.featured-collections .promo-content p {
    font-family: 'Montserrat', sans-serif;
}
body.featured-collections .promo-content h2 {
    font-weight: 600;
}
body.featured-collections .promo-content .btn {
    font-family: 'Montserrat', sans-serif;
}
body.featured-collections .promo-content .btn > span {
    display: inline-block;
}
body.featured-collections .promo-content .btn > span:after {
    display: block;
    content: '';
    border-bottom: solid 1px #FFFFFF;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    top: 3px;
}
body.featured-collections .promo-content .btn:after {
    content: none;
}
body.featured-collections .promo-content .btn:hover > span:after {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
}
body.featured-collections .promo-content .btn.dark {
    background: #000000;
    border: none;
    color: #FFFFFF;
}
body.featured-collections .promo-content .mb12em {
    margin-bottom: 12em;
}
body.featured-collections .promo-content .btn.dark-inversion {
    background: none;
    border-color: #000000;
    border-width: 1px;
    color: #000000;
}
body.featured-collections .promo-content .btn.dark-inversion:after {
    border-bottom: 1px solid #000000;
}
svg {
    cursor: pointer;
}
body.featured-collections .promo-content {
    background-color: rgb(129, 178, 194);
}

/*======================= Begin banner =======================*/
body.featured-collections .banner-top {
    max-width: none;
    height: 54.8vw;
    width: 100%;
    margin: auto;
    position: relative;
    max-height: 790px;
}
body.featured-collections .banner-top .image {
    background-image: url('/css/promo/craftmanship/craftmanship_technology/images/HEADER.jpg');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
body.featured-collections .banner-top .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
}
body.featured-collections .banner-top .content h2 {
    color: #fff;
    margin-bottom: 5px !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.9vw;
    font-weight: 800;
    letter-spacing: .222em;
    line-height: 1.4em;
}
body.featured-collections .banner-top .content p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25vw;
    letter-spacing: 1.5px;
    text-align: center;
    margin: auto;
    padding: 1.75em 0 0;
    line-height: 1.5em;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
}
body.featured-collections .banner-top .content .details h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 34px;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    letter-spacing: .139em;
}
body.featured-collections .banner-top small {
    font-size: 1.52vw;
    font-weight: 400;
    display: block;
    line-height: 1.4em;
    letter-spacing: .133em;
}
body.featured-collections .banner-top .label-top {
    background-image: url('/css/promo/tanneryseries/images/label-top.svg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 15vw;
    width: 100%;
}
/*======================= End banner =======================*/

/*======================= Begin after-banner =======================*/
body.featured-collections .promo-content .text-area {
    background-color: rgb(152, 196, 189);
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
body.featured-collections .promo-content .text-area > div {
    padding: 7vw 26px;
}
body.featured-collections .promo-content .text-area > div p {
    padding: 0;
    margin-top: 2.5em;
    letter-spacing: .0125em;
    line-height: 1.7em;
    max-width: 780px;
    text-align: center;
}
body.featured-collections .promo-content .text-area > div h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}
/*======================= End after-banner =======================*/

body.featured-collections .promo-content .video-title {
    max-width: 80vw;
    margin: 0 auto 40px;
    width: 70.48vw;
}
body.featured-collections .promo-content .video-title h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .138em;
    text-align: center;
    font-size: 2.5vw;
}

/*======================= Begin video =======================*/
body.featured-collections .promo-content .video-block > iframe {
    display: block;
}
body.featured-collections .promo-content .video-block.playing svg.main-video-play {
    display: none;
}
body.featured-collections .promo-content .video-block svg.main-video-play {
    fill: #FFFFFF;
    height: 75px;
    width: 75px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
body.featured-collections .promo-content .video-block svg.main-video-close {
    display: none;
}
body.featured-collections .promo-content .video-block.playing svg.main-video-close {
    display: inline-block;
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 2;
    fill: #FFFFFF;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
body.featured-collections .promo-content .video-block {
    margin: auto;
    position: relative;
    width: 1015px;
    height: 571px;
}
/*======================= End video =======================*/

/* ================== Begin text-img ================== */
body.featured-collections .promo-content .text-img {
    background-color: rgb(219, 164, 139);
    display: flex;
    display: -ms-flexbox;
    position: relative;
    height: 52vw;
}
body.featured-collections .promo-content .text-img .text {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    order: 2;
    position: relative;
    z-index: 2;
}
body.featured-collections .promo-content .text-img.cover .text {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    order: 2;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    width: 100%;
}
body.featured-collections .promo-content .text-img.cover .text > div {
    margin-left: 9.16vw;
    padding: 0;
    width: 315px;
}
body.featured-collections .promo-content .text-img .text h2 {
    font-weight: 600;
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.35em;
    text-transform: uppercase;
    font-size: 2.5vw;
    letter-spacing: .138em;
    text-align: left;
}
body.featured-collections .promo-content .text-img .text p {
    letter-spacing: normal;
    line-height: 1.6em;
    font-size: 21px;
}
body.featured-collections .promo-content .text-img .img {
    background-image: url('/css/promo/craftmanship/craftmanship_technology/images/biom_s.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    order: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
body.featured-collections .promo-content .text-img .text a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 2.8em 0 0;
    padding: 1.3em;
    letter-spacing: .0625em;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 200px;
}
body.featured-collections .promo-content .text-img .text .btn-area {
    display: -ms-flexbox;
    display: flex;
}
body.featured-collections .promo-content .text-img.inversion {
    justify-content: flex-end;
    -ms-flex-pack: end;
}
body.featured-collections .promo-content .text-img.inversion .img {
    background-image: url('/css/promo/craftmanship/craftmanship_materials/images/rubberoutsole_a.jpg');
    position: relative;
    width: 50%;
}
body.featured-collections .promo-content .text-img.inversion .text {
    position: relative;
    right: 0;
    padding: 0 10vw;
    width: 50%;
}
/* ================== End text-img ================== */

/* ================== Begin image-title ================== */
body.featured-collections .image-title {
    display: flex;
    display: -ms-flexbox;
    padding-top: 94px;
}
body.featured-collections .image-title p,
body.featured-collections .title-image p {
    font-size: 1.25vw;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
}
body.featured-collections .image-title h2,
body.featured-collections .title-image h2 {
    font-size: 2.5vw;
    font-weight: 400;
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.35em;
    text-transform: uppercase;
    letter-spacing: .138em;
}
body.featured-collections .image-title a:first-child {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-bottom: 45%;
    position: relative;
    width: 50%;
}
body.featured-collections .image-title .image-first {
    background-image: url("/css/promo/craftmanship/craftmanship_technology/images/vitrusshank.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 78%;
    max-height: 87%;
    margin-left: 17%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.featured-collections .image-title > div:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
body.featured-collections .image-title > div:last-child > div:last-child {
    width: 65%;
    max-width: 815px;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
body.featured-collections .image-title > div:last-child > div:last-child > a,
body.featured-collections .title-image > div:first-child > div:last-child > a {
    background-color: #000000;
    color: #FFFFFF;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28em;
    margin-top: 50px;
    max-width: 200px;
    padding: 15px 0;
    text-align: center;
    text-transform: none!important;
    width: 100%;
}
body.featured-collections .image-title > div:last-child > div:last-child > a span {
    display: inline-block;
    position: relative;
}
body.featured-collections .image-title > div:last-child > div:last-child > a span:after {
    content: "";
    position: absolute;
    height: 0;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: -5px;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .3s;
}
body.featured-collections .image-title > div:last-child > div:last-child > a:hover span:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/* ================== End image-title ================== */

/* ================== Begin title-image ================== */
body.featured-collections .title-image {
    display: flex;
    display: -ms-flexbox;
    padding-top: 0;
    padding-bottom: 15px;
}
body.featured-collections .title-image a:last-child {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-bottom: 45%;
    position: relative;
    width: 50%;
}
body.featured-collections .title-image .image-second {
    background-image: url("/css/promo/craftmanship/craftmanship_technology/images/shapeheel.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 78%;
    max-height: 87%;
    margin-left: 8%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.featured-collections .title-image > div:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
body.featured-collections .title-image > div:first-child > div:last-child {
    width: 65%;
    max-width: 815px;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
body.featured-collections .title-image > div:first-child > div:last-child > a span {
    display: inline-block;
    position: relative;
}
body.featured-collections .title-image > div:first-child > div:last-child > a span:after {
    content: "";
    position: absolute;
    height: 0;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: -5px;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .3s;
}
body.featured-collections .title-image > div:first-child > div:last-child > a:hover span:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/* ================== End title-image ================== */

section.panel-side-by-side-tout.fullwidth {
    position: relative;
}
section.panel-side-by-side-tout.goretex-feet-breathe.fullwidth>div {
    height: 52vw;
}
section.panel-side-by-side-tout.fullwidth>div>div.no-mobile {
    padding-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.panel-side-by-side-tout.fullwidth>div>div:first-child>div:first-child {
    display: block;
}
section.panel-side-by-side-tout.fullwidth>div>div:last-child {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
    height: 100%;
}
section.panel-side-by-side-tout>div>div:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
section.panel-side-by-side-tout.goretex-feet-breathe.fullwidth>div>div:last-child>div:last-child {
    max-width: 815px;
    margin-left: 10vw;
    position: relative;
    width: 28.4vw;
}
section.panel-side-by-side-tout>div>div>div:first-child {
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.panel-side-by-side-tout.goretex-feet-breathe.fullwidth>div h2 {
    font-weight: 600;
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.35em;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5vw;
    letter-spacing: .138em;
    text-align: left;
}
section.panel-side-by-side-tout.fullwidth>div>div:last-child>div:last-child p {
    letter-spacing: normal;
    line-height: 1.6em;
}
section.panel-side-by-side-tout.fullwidth .btn-area .btn {
    min-width: 12.6vw;
    margin: 2.8em 0 0;
    padding: 1.3em;
}
