@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;
    line-height: 1.5em;
}
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 #000000;
    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;
}

/*======================= 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_sustainability/images/HEADER_mob.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%);
}
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/craftmanship/img/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 =======================*/

section.panel-overlay-tout.simpil {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: -1px;
    box-sizing: content-box;
}
section.panel-overlay-tout>div {
    padding-left: 10vw;
    padding-right: 10vw;
    margin: auto;
    max-width: 1440px;
    position: relative;
    box-sizing: content-box;
}
section.panel-overlay-tout.simpil .image-container .image.link a img {
    width: 100%;
}
section.panel-overlay-tout.simpil .image-container .image.link {
    margin-right: -150px;
    width: auto;
    z-index: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
}
section.panel-overlay-tout.simpil .image-container .image:not(:link):last-of-type {
    margin-top: 50px;
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
}
section.panel-overlay-tout .image-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
section.panel-overlay-tout .image-container .image.link a img:first-of-type {
    display: block;
}
section.panel-overlay-tout .image-container .image:not(:link) img {
    max-width: 90vw;
}
section.panel-overlay-tout .image-container .image:not(:link) img:first-of-type {
    display: block;
    width: 100%;
}
section.panel-overlay-tout.simpil .image-container .image:not(:link):last-of-type {
    margin-top: 50px;
    width: 60%;
    margin-left: 0;
}
section.panel-overlay-tout .image-container .image.link a img {
    max-width: 30vw;
}
section.panel-overlay-tout .text-container {
    position: absolute;
    max-width: 250px;
    top: 50%;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 5%;
    width: 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0;
    box-sizing: content-box;
}
section.panel-overlay-tout.simpil .text-container h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    margin-bottom: 17px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
section.panel-overlay-tout.simpil .text-container p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    font-weight: 400;
}
section.panel-overlay-tout.simpil .text-container {
    top: 50%;
    padding-left: 0;
}
small {
    font-size: 80%;
}

body.featured-collections .promo-content .bg-text-image .left {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    margin-left: 9%;
    padding: 0;
    position: relative;
    width: 30vw;
    z-index: 2;
}
body.featured-collections .promo-content .bg-text-image .left p {
    color: #000000;
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6em;
    max-width: 400px;
}
body.featured-collections .promo-content .bg-text-image h2 {
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: .138em;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 .5em;
}
body.featured-collections .promo-content .bg-text-image {
    background: rgb(255, 255, 255);
    display: flex;
    display: -ms-flexbox;
    margin: 0;
    height: 52vw;
}
body.featured-collections .promo-content .bg-text-image .right {
    background-image: url("/css/promo/craftmanship/craftmanship_sustainability/images/manufacturing.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    height: 52vw;
    width: 100%;
    z-index: 1;
}

section.panel-simple-tout {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #454545;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
section.panel-simple-tout.no-button>div {
    padding: 100px 26px;
}
section.panel-simple-tout h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 2.5vw;
    letter-spacing: .138em;
}

section.panel-simple-video.constrained div.content {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    width: 1015px;
}
section.panel-simple-video.constrained h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    color: #454545;
    text-transform: uppercase;
    font-size: 2.5vw;
    letter-spacing: .138em;
}
section.panel-simple-video.constrained>div:not(.content) {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 1015px;
    height: 571px;
}
section.panel-simple-video>div:not(.content)>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
section.panel-simple-video>div:not(.content) svg {
    display: inline-block;
    z-index: 2;
    transition: opacity .3s ease-out;
    cursor: pointer;
    height: 6.9vw;
    width: 6.9vw;
    position: relative;
}
section.panel-simple-video>div:not(.content):not(.video-open)>svg {
    opacity: 1;
    transition-delay: .2s;
}
section.panel-simple-video>div:not(.content).video-open>svg {
    opacity: 0;
}

section.panel-simple-tout {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #454545;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
}
section.panel-simple-tout>div {
    max-width: 1200px;
}
section.panel-simple-tout.no-button>div {
    padding: 7vw 26px;
}
section.panel-simple-tout p {
    font-size: 1.11vw;
    line-height: 1.7em;
    margin: 2.5em auto auto;
    padding: 0;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .0125em;
    color: #fff;
    text-align: center;
    max-width: 780px;
}

body.featured-collections .promo-content .mosaic-block {
    background: rgb(236, 235, 235);
}
body.featured-collections .promo-content .mosaic-block > .inner {
    padding: 0 130px 78px;
}
body.featured-collections .promo-content .mosaic-block .mosaic {
    margin: 0 auto 70px;
}
body.featured-collections .promo-content .mosaic-block .inner h2 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    padding: 0;
    font-size: 48px;
    line-height: 59px;
    text-transform: none;
    letter-spacing: .222em;
}
body.featured-collections .promo-content .mosaic-block .mosaic-col {
    position: relative;
}
body.featured-collections .promo-content .mosaic-block .mosaic p {
    font-size: 15px;
    color: #000000;
    font-family: 'Montserrat', serif;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
    line-height: 1.7em;
    letter-spacing: .0555em;
}
body.featured-collections .promo-content .mosaic-block .inner a {
    border-color: rgb(74, 74, 74);
    color: rgb(74, 74, 74);
}
body.featured-collections .promo-content .mosaic-block .inner a:after {
    border-bottom: 1px solid rgb(74, 74, 74);
}


/*======================= 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;
    height: 40vw;
    width: 70vw;
}
/*======================= End video =======================*/

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: 400;
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.35em;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    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;
}
