@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');

body.featured-collections .promo-content .btn {
    font-family: 'Montserrat', sans-serif;
}
body.featured-collections .promo-content .bg-block p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/*======================= Start banner =======================*/
body.featured-collections .banner-top {
    position: relative;
    width: 100%;
}
body.featured-collections .banner-top .image {
    background-image: url('/promos/ss20/st1-hybrid-lite/images/header_desktop.jpg?v=1');
    background-position: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 1920px;
    min-height: 770px;
    width: 100%;
}
body.featured-collections .banner-top .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
body.featured-collections .banner-top .content h1 {
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 1.5px;
    margin-bottom: 5px !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
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;
}
/*======================= End banner =======================*/

/* ================== Begin intro-block ================== */
body.featured-collections .promo-content .intro-block .button-block {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin: 2.8em 0 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .0625em;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
body.featured-collections .promo-content .intro-block .inner {
    padding: 100px 0;
}
body.featured-collections .promo-content .intro-block.perfect h2 {
    color: rgb(74, 74, 74);
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .138em;
}
/* ================== End intro-block ================== */

/* ================== Begin four-images ================== */
body.featured-collections .four-images {
    display: flex;
    display: -ms-flexbox;
    padding: 0 10% 70px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}
body.featured-collections .four-images a {
    height: auto;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 230px;
}
body.featured-collections .four-images a+a {
    margin-left: 2.4vw;
}
body.featured-collections .four-images a img {
    transition: filter .25s ease-in-out;
    height: auto;
    width: 100%;
}
body.featured-collections .four-images a:hover img {
    filter: brightness(50%);
}
body.featured-collections .four-images a span {
    position: relative;
}
body.featured-collections .four-images 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 .four-images a:hover span:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
body.featured-collections .four-images__desc {
    color: rgb(0,0,0);
    font-size: 1.11vw;
    font-weight: 600;
    line-height: 1.25;
    margin: 1em auto 0;
    text-align: center;
    width: 90%;
}
/* ================== End four-images ================== */

/* ================== Begin three-column-img-text-img ================== */
body.featured-collections .promo-content .three-column-img-text-img {
    display: flex;
    display: -ms-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100vw;
    height: 41.6vw;
    position: relative;
}
body.featured-collections .promo-content .three-column-img-text-img .left {
    background-image: url("/promos/ss20/st1-hybrid-lite/images/accessories/st1hybrid1.jpg?v=1");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 3;
    -ms-flex: 3;
    height: auto;
}
body.featured-collections .promo-content .three-column-img-text-img .center{
    background-color: rgb(0, 0, 0);
    flex: 4;
    -ms-flex: 3;
    display: flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
body.featured-collections .promo-content .three-column-img-text-img .center h2 > span {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
}
body.featured-collections .promo-content .three-column-img-text-img .right {
    background-image: url("/promos/ss20/st1-hybrid-lite/images/accessories/st1hybrid2.jpg?v=1");
    background-size: cover;
    background-position: top;
    flex: 3;
    -ms-flex: 3;
}
body.featured-collections .promo-content .three-column-img-text-img h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 auto .5em;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
}
body.featured-collections .promo-content .three-column-img-text-img p {
    color: #ffffff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .16px;
    text-align: center;
    width: 90%;
    margin: 20px auto auto;
}
body.featured-collections .promo-content .three-column-img-text-img a {
    line-height: 18px;
    background: #fff;
    border-radius: 0;
}
body.featured-collections .promo-content .three-column-img-text-img a:hover:after {
    border-bottom: 1px solid #000000;
}
body.featured-collections .promo-content .three-column-img-text-img .text-area {
    width: 100%;
}
body.featured-collections .promo-content .three-column-img-text-img .text-area span {
    color: #fff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}
body.featured-collections .promo-content .three-column-img-text-img .btn-area {
    width: 90%;
    text-align: center;
    position: relative;
    margin: 0;
}
body.featured-collections .promo-content .three-column-img-text-img .btn{
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    border-width: 2px;
    font-size: 1.11vw;
    min-width: 12.6vw;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 2.8em 0 0;
    padding: 1.3em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .0625em;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
body.featured-collections .promo-content .three-column-img-text-img .btn:hover{
    opacity: 0.8;
}
body.featured-collections .promo-content .three-column-img-text-img .btn:after,
body.featured-collections .promo-content .three-column-img-text-img .btn:hover:after{
    border-color: rgb(74, 74, 74);
}
/* ================== End three-column-img-text-img ================== */

/* ================== Begin simple-carousel ================== */
body.featured-collections .promo-content .simple-carousel {
    position: relative;
}
body.featured-collections .promo-content .carousel-items-item .bg {
    height: 52vw;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
body.featured-collections .promo-content .carousel-items-item > .text {
    background: rgba(0,0,0,.5);
}
body.featured-collections .promo-content .carousel-items-item > .text > .inner {
    top: 50px;
    width: 60%;
}
body.featured-collections .promo-content .carousel-items-item > .text p {
    font: 18px/36px 'Montserrat', sans-serif;
}
body.featured-collections .promo-content .simple-carousel .carousel-items-item > .text {
    background: none;
}
body.featured-collections .promo-content .simple-carousel .content {
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 2;
}
body.featured-collections .promo-content .simple-carousel .content h2 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
body.featured-collections .promo-content .simple-carousel .content p {
    margin: 1.75em 0 0;
    width: 60%;
}
body.featured-collections .promo-content .simple-carousel .content p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 36px;
}
body.featured-collections .promo-content .simple-carousel .content .link {
    color: #fff;
    margin: 30px 0 0;
}
body.featured-collections .promo-content .simple-carousel .content .link a {
    border-radius: 0;
    -ms-transform: none;
    transform: none;
    background: transparent;
    padding: 0;
    min-width: 0;
}
body.featured-collections .promo-content .simple-carousel .content .link a span {
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat' ,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    position: relative;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
    background-color: rgba(0,0,0,.5);
    padding: 10px 11px;
    position: absolute;
    top: 50%;
    z-index: 11;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-next svg,
.owl-carousel .owl-prev svg {
    height: 3.125vw;
}
.owl-dots {
    bottom: auto;
    top: 30%;
    right: auto;
    left: 10%;
    position: absolute;
    z-index: 2;
    text-align: center;
    line-height: 12px;
    padding: 20px 0;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot.active span {
    opacity: 1;
}
.owl-dots .owl-dot span {
    background-color: #fff;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    opacity: .4;
    transition: opacity .3s;
}
.owl-dots .owl-dot+.owl-dot {
    margin-left: 16px;
}
/* ================== End simple-carousel ================== */

/* ================== Begin two-images ================== */
body.featured-collections .two-images .image-container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 100px;
    padding: 0 10vw;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
body.featured-collections .two-images .image-container .image {
    width: 100%;
}
body.featured-collections .two-images .image-container .image img {
    height: auto;
    width: 100%;
}
body.featured-collections .two-images .image-container + p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    text-align: center;
}
/* ================== End two-images ================== */

/* ================== Begin bg-block ================== */
body.featured-collections .promo-content .bg-block{
    height: 30vw;
}
body.featured-collections .promo-content .bg-block p{
    margin-bottom: 1em;
}
body.featured-collections .promo-content .bg-block.text{
    position: relative;
    max-height: 100%;
    height: auto;
    color: #fff;
}
body.featured-collections .promo-content .bg-block > .inner:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
body.featured-collections .promo-content .bg-block > .inner {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 0;
    height: 100%;
    width: 90%;
}
body.featured-collections .promo-content .bg-block > .inner > .text{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 30%;
    font: 16px/20px gothic;
}
body.featured-collections .promo-content .bg-block > .inner > .text .h1{
    font: 32px/1.3 gothicb;
    margin-bottom: 20px;
}
body.featured-collections .promo-content .bg-block > .inner > .text .text{
    font: 18px/1.3 gothic;
    margin-bottom: 40px;
}
body.featured-collections .promo-content .bg-block > .inner > .text .btn{
    border-color: #fff;
    color: #fff;
}
body.featured-collections .promo-content .bg-block > .inner > .text .btn:after,
body.featured-collections .promo-content .bg-block > .inner > .text .btn:hover:after{
    border-color: #fff;
}
body.featured-collections .promo-content .bg-block.right > .inner{
    left: 55%;
    width: 40%;
}
body.featured-collections .promo-content .bg-block.right > .inner .text{
    width: 90%;
}
body.featured-collections .promo-content .bg-block {
    height: 20vw;
}
/* ================== End bg-block ================== */

/* ================== Begin shoes-block ================== */
body.featured-collections .promo-content .inner .h {
    font: 28px/1.35em 'Montserrat', sans-serif;
    font-weight: 600;
}
body.featured-collections .promo-content .button-block .btn {
    background: #000;
    padding: 15px 40px;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
}
body.featured-collections .promo-content .button-block .btn:hover:after {
    border-bottom: solid 1px #fbfbfb;
}
/* ================== End shoes-block ================== */

/* ================== Begin carousel-block ================== */
body.featured-collections .promo-content .carousel-block .carousel-items-item .link a span {
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat' ,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    position: relative;
}
body.featured-collections .promo-content .carousel-block .carousel-items-item .link:hover {
    color: inherit;
}
/* ================== End carousel-block ================== */