@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 #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/img/thumbnail_craftsmanship_a.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/craftmanship/img/label-top.svg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 15vw;
    width: 100%;
}
/*======================= End banner =======================*/

/* ================== Begin three-column-img-text-img ================== */
body.featured-collections .promo-content .three-column-img-text-img {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 41.6vw;
    position: relative;
}
body.featured-collections .promo-content .three-column-img-text-img .left {
    background-image: url("/css/promo/craftmanship/img/01.jpg");
    background-size: cover;
    background-position: 50% 100%;
    flex: 3;
    -ms-flex: 3;
}
body.featured-collections .promo-content .three-column-img-text-img .center{
    background-color: rgb(152, 196, 189);
    flex: 4;
    -ms-flex: 3;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
body.featured-collections .promo-content .three-column-img-text-img .right {
    background-image: url("/css/promo/craftmanship/img/02_a.jpg");
    background-size: cover;
    background-position: 50% 100%;
    flex: 3;
    -ms-flex: 3;
}
body.featured-collections .promo-content .three-column-img-text-img h2 {
    margin: 0 auto .5em;
    padding: 0;
    line-height: 1.25em;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: .222em;
    text-align: center;
    width: auto;
}
body.featured-collections .promo-content .three-column-img-text-img p {
    font-size: 1.11vw;
    line-height: 1.7em;
    letter-spacing: .0555em;
    margin: 0;
    padding: 0;
    text-align: center;
}
body.featured-collections .promo-content .three-column-img-text-img .text-area {
    width: 90%;
}
body.featured-collections .promo-content .three-column-img-text-img .btn-area {
    width: 90%;
    text-align: center;
    position: relative;
    margin: 2.8em 0 0;
}
body.featured-collections .promo-content .three-column-img-text-img .btn-area > a {
    border: 1px solid rgb(29, 29, 29);
    color: rgb(29, 29, 29);
}
/* ================== End three-column-img-text-img ================== */

/* ================== Begin text-img ================== */
body.featured-collections .promo-content .text-img {
    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;
    margin-left: 10vw;
    position: relative;
    width: 28.4vw;
    z-index: 2;
}
body.featured-collections .promo-content .text-img .text h2 {
    font-weight: 400;
    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: 1.1vw;
}
body.featured-collections .promo-content .text-img .img {
    background-image: url("/css/promo/craftmanship/img/01_c.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
body.featured-collections .promo-content .text-img.inversion {
    justify-content: flex-end;
    -ms-flex-pack: end;
}
body.featured-collections .promo-content .text-img.inversion .text {
    position: relative;
    right: 0;
    margin: 0 10vw 0 0;
}
body.featured-collections .promo-content .text-img.inversion .img {
    background-image: url("/css/promo/craftmanship/img/img_992_b.jpg");
}
body.featured-collections .promo-content .text-img.materials .img {
    background-image: url("/css/promo/craftmanship/img/04_img_a.jpg");
}
/* ================== End text-img ================== */

body.featured-collections .promo-content .collection-grid .collection-grid__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: .64px;
    margin: 0 auto;
    text-align: center;
    padding: 144px 0 24px;
    text-transform: uppercase!important;
    width: 62.5%;
    max-width: 900px;
}
body.featured-collections .promo-content .collection-grid h2 {
    margin: auto auto 1em;
}
body.featured-collections .promo-content .collection-grid p {
    font-size: 16px;
    line-height: 1.7em;
}
body.featured-collections .promo-content .collection-grid .grid {
    box-sizing: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 83.3vw;
    padding: 0;
    margin: 0 auto 53px;
    max-width: 1200px;
}
body.featured-collections .promo-content .collection-grid .grid .item {
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
    width: 33.33%;
}
body.featured-collections .promo-content .collection-grid .grid .item a {
    position: relative;
    display: block;
}
body.featured-collections .promo-content .collection-grid .grid .item a > span:first-of-type {
    position: relative;
    display: flex;
    justify-content: center;
    height: 4.8vw;
    font-size: 1.111vw;
    bottom: -28px;
    padding: 14px .75em;
    color: initial!important;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
}
body.featured-collections .promo-content .collection-grid .grid .item a > span:last-of-type {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background-color: transparent!important;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: transparent;
    font-size: 14px;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-transform: uppercase;
}
body.featured-collections .promo-content .collection-grid .grid .item a > span:last-of-type span {
    color: #fff!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: .06px;
    border: 2px solid #fff;
    padding: 10px 54px;
    position: relative;
}
body.featured-collections .promo-content .collection-grid .grid .item a > div + div {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
body.featured-collections .promo-content .collection-grid .grid .item a > div:first-of-type {
    background-size: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
}
body.featured-collections .promo-content .collection-grid .grid .item a > div:first-of-type:before {
    content: "";
    height: 82%;
    width: 100%;
    position: absolute;
    background-color: rgba(34,34,34,.77);
    right: 0;
    top: 9%;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
body.featured-collections .promo-content .collection-grid .grid .item a:hover > div:first-of-type:before {
    opacity: 1;
}
body.featured-collections .promo-content .collection-grid .grid .item a:hover > span:last-of-type {
    display: -ms-flexbox;
    display: flex;
}
body.featured-collections .promo-content .collection-grid .grid .item a > span:last-of-type span:after {
    content: "";
    position: absolute;
    height: 0;
    border-bottom: 1px solid #fff;
    left: 50%;
    right: 0;
    bottom: 12px;
    -ms-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -ms-transform-origin: left;
    transform-origin: left;
    transition: transform .3s;
    width: 48%;
}
body.featured-collections .promo-content .collection-grid .grid .item a > span:last-of-type:hover span:after {
    -ms-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
}