@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/simpil/images/header_desktop.jpg');
    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 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/simpil/images/simpil-DoublePanel1.jpg");
    background-position: 100%;
    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(70, 66, 63);
    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 .right {
    background-image: url("/promos/ss20/simpil/images/simpil-DoublePanel2.jpg");
    background-size: cover;
    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(74, 74, 74);
    border-color: rgb(74, 74, 74);
    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: 400;
    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 .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 img {
    height: auto;
    width: 100%;
}
/* ================== End two-images ================== */

/* ================== Begin img-in-img ================== */
body.featured-collections .img-in-img {
    padding-top: 50px;
    padding-bottom: 70px;
}
body.featured-collections .img-in-img>div {
    margin: auto;
    max-width: 1440px;
    position: relative;
    box-sizing: content-box;
    padding-left: 10vw;
    padding-right: 10vw;
}
body.featured-collections .img-in-img .image-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
body.featured-collections .img-in-img .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0;
    position: absolute;
    max-width: 250px;
    top: 50%;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 30%;
    padding-left: 0;
}
body.featured-collections .img-in-img .image-container .image.link {
    z-index: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
    margin-right: -150px;
    width: auto;
}
body.featured-collections .img-in-img .image-container .image:not(:link):last-of-type {
    margin-right: 0;
    z-index: 1;
    margin-top: 50px;
    width: 60%;
    margin-left: 0;
}
body.featured-collections .img-in-img .image-container .image.link a img {
    max-width: 30vw;
}
body.featured-collections .img-in-img .image-container .image:not(:link) img {
    max-width: 90vw;
    width: 100%;
}
body.featured-collections .img-in-img .text-container h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    margin-bottom: 17px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
body.featured-collections .img-in-img .text-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 0 1em 0;
    text-align: left;
    width: 100%;
}
body.featured-collections .img-in-img .text-container a span {
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    position: relative;
    font-weight: 600;
    color: #000;
}
body.featured-collections .img-in-img .text-container a span:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    border-bottom: 1px solid #000;
}
/* ================== End img-in-img ================== */

/* ================== Begin three-circle ================== */
body.featured-collections .three-circle {
    padding-top: 68px;
}
body.featured-collections .three-circle>div {
    box-sizing: border-box;
    max-width: 90vw;
    margin: auto;
    position: relative;
}
body.featured-collections .three-circle>div .item-row {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -.8vw;
    margin-right: -.8vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 7.5vw;
}
body.featured-collections .three-circle .item-row .item {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.33%;
    padding-left: .8vw;
    padding-right: .8vw;
    padding-bottom: 0;
}
body.featured-collections .three-circle>div .item-row .item .img {
    border-radius: 50%;
    height: 29vw;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
body.featured-collections .three-circle>div .item-row .item .content p {
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    line-height: 26px;
    text-align: center;
    margin: 0 0 1.5em;
    padding: 0;
}
body.featured-collections .three-circle .item-row .item h3 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 1em 0;
    padding: 0;
    text-align: center;
}
/* ================== End three-circle ================== */

/* ================== 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%;
}
/* ================== End bg-block ================== */

/* ================== Begin shoes-block ================== */
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 ================== */
