@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');

@keyframes features-carousel-grow {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scale3d(1.1,1.1,1.05)
    }
}

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;
}
body.featured-collections .promo-content .link span {
    display: inline-block;
    position: relative;
}
body.featured-collections .promo-content .link 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 .promo-content .link:hover span:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/*======================= Start video =======================*/
body.featured-collections .video-block {
    display: block;
    height: 56.25vw;
}
body.featured-collections .promo-content .video-block > iframe {
    display: block;
}
/*======================= Start banner =======================*/
body.featured-collections .banner-top {
    position: relative;
    width: 100%;
}
body.featured-collections .banner-top .image {
    background-image: url('/promos/aw20/st1-st1-lite/images/tile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    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 carousel ================== */
body.featured-collections .promo-content .carousel-block .slide-next:hover {
    background: none;
}
body.featured-collections .promo-content .carousel-block .owl-dots,
body.featured-collections .promo-content .carousel-block .owl-nav {
    display: none;
}
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: none;
    width: 60%;
}
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;
}
/* ================== End carousel ================== */

/* ================== Begin three-products ================== */
body.featured-collections .promo-content .three-products {
    padding: 5.9vw 10% 6.6vw;
}
body.featured-collections .promo-content .three-products .the-product-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}
body.featured-collections .promo-content .three-products .the-product-row .link img {
    border-radius: 0;
    max-width: 100%;
    transition: filter .25s ease-in-out;
}
body.featured-collections .promo-content .three-products .the-product-row .link:hover img {
    filter: brightness(50%);
}
body.featured-collections .promo-content .three-products .the-product-row .link + .link {
    margin-top: 0;
    margin-left: 1vw;
}
body.featured-collections .promo-content .three-products .the-product-row .link div {
    font-size: 1.11vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 1em auto 0;
    width: 90%;
    line-height: 1.25;
}
body.featured-collections .promo-content .three-products .the-product-row .link + .link {
    margin-top: 0;
    margin-left: 1vw;
}
body.featured-collections .promo-content .three-products .the-product-row .link div span {
    display: inline-block;
    position: relative;
}
body.featured-collections .promo-content .three-products .the-product-row .link 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 .promo-content .three-products .the-product-row .link:hover span:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/* ================== End three-products ================== */

/* ================== Begin testimonial ================== */
body.featured-collections .promo-content .testimonial > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: 0 auto auto;
    max-width: 1440px;
    padding: 55px 0;
}
body.featured-collections .promo-content .testimonial > div .image-container img {
    display: block;
    max-width: 35vw;
}
body.featured-collections .promo-content .testimonial > div .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 6vw;
    width: 100%;
}
body.featured-collections .promo-content .testimonial > div .text-container h4 {
    font-size: 27px;
    text-align: left;
    line-height: 53px;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: .36px;
    position: relative;
    margin-top: 75px;
    width: 100%;
}
body.featured-collections .promo-content .testimonial > div .text-container p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(0, 0, 0);
    letter-spacing: .5px;
    position: relative;
    text-transform: uppercase;
}
body.featured-collections .promo-content .testimonial > div .text-container h4:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='350' viewBox='0 0 128 350'%3E%3Ctext data-name='“' fill='%23707070' font-size='300' font-family='HelveticaNeue, Helvetica Neue' opacity='.18'%3E%3Ctspan x='0' y='286'%3E“%3C/tspan%3E%3C/text%3E%3C/svg%3E");
    position: absolute;
    left: -10%;
    top: -55%;
    pointer-events: none;
    z-index: -1;
}
body.featured-collections .promo-content .testimonial > div .text-container p:first-of-type {
    font-weight: 700;
}
/* ================== End testimonial ================== */

/* ================== Begin panel-background-carousel ================== */
body.featured-collections .promo-content .carousel-block.panel-background-carousel .carousel-items-item > .text {
    width: 45%;
}
body.featured-collections .promo-content .carousel-block.panel-background-carousel .carousel-items-item > .text > .inner {
    width: 80%;
}

body.featured-collections .promo-content .carousel-block.panel-background-carousel .link {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 1.3em;
}
/* ================== End panel-background-carousel ================== */

/* ================== 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 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 ================== */