/* ================== Begin common ================== */
body.featured-collections .promo-content,
body.featured-collections .promo-content h2 {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}
body.featured-collections .promo-content p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
body.featured-collections .promo-content .btn {
    font-family: 'Montserrat', sans-serif;
}
body.featured-collections .promo-content a.btn:after {
    border-bottom: 1px solid #333333;
}
body.featured-collections .promo-content .btn:after {
    border-bottom: 1px solid rgb(0, 0, 0);
}
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);
}
/* ================== End common ================== */

body.featured-collections .promo-content .title{
    padding-bottom: 2em;
    text-align: center;
}
body.featured-collections .promo-content .title .collection {
    font-size: 27px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    line-height: 1.7em;
    padding-top: 65px;
    text-transform: uppercase;
}
body.featured-collections .promo-content .title .text {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
}

body.featured-collections .promo-content .button-block .btn {
    background-color: #000000;
    border: 2px solid #000;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    min-width: 280px;
}
body.featured-collections .promo-content .big-image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35vw;
}
body.featured-collections .promo-content .big-image .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* ================== Begin intro-block ================== */
body.featured-collections .promo-content .intro-block {
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 1px;
}
body.featured-collections .promo-content .intro-block .inner {
    max-width: 1024px;
}
body.featured-collections .promo-content .intro-block .inner > .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-top: 1.8em;
}
body.featured-collections .promo-content .intro-block .button-block{
    padding: 40px 0 50px;
}
body.featured-collections .promo-content .intro-block .button-block .btn:hover:after {
    border-color: #FFFFFF;
}
/* ================== End intro-block ================== */

/* ================== Begin collection-grid ================== */
body.featured-collections .promo-content .collection-grid {
    background-color: #F6DCDD;
    margin-top: 100px;
    text-align: center;
}
body.featured-collections .promo-content .collection-grid .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: .64px;
    margin: 0 auto;
    text-align: center;
    padding: 135px 0 24px;
    text-transform: uppercase!important;
    width: 62.5%;
    max-width: 900px;
}
body.featured-collections .promo-content .collection-grid h2 {
    font-size: 40px;
    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 .btn {
    border: 2px solid #000000;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 50px 0 120px;
    min-width: 280px;
}
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: 80%;
    width: 100%;
    position: absolute;
    background-color: rgba(34,34,34,.77);
    right: 0;
    top: 10%;
    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%);
}
/* ================== End collection-grid ================== */

/* ================== Begin mosaic-block ================== */
body.featured-collections .promo-content .mosaic-block {
    background: rgb(255, 255, 255);
}
body.featured-collections .promo-content .mosaic-block .btn {
    border: 2px solid #333333;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
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: 40px;
    line-height: 49px;
    text-transform: uppercase;
}
body.featured-collections .promo-content .mosaic-block .inner a {
    border-color: rgb(74, 74, 74);
    color: rgb(74, 74, 74);
    min-width: 280px;
}
body.featured-collections .promo-content .mosaic-block .inner a:after {
    border-bottom: 1px solid rgb(74, 74, 74);
}
body.featured-collections .promo-content .mosaic-block .mosaic p {
    font-size: 1.2vw;
    color: #FFFFFF;
    font-family: 'Montserrat', serif;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
    line-height: 1.7em;
    letter-spacing: .0555em;
}
body.featured-collections .promo-content .mosaic-block .mosaic-col {
    position: relative;
}
body.featured-collections .promo-content .mosaic-block .mosaic-col.center {
    background-position: center;
}
body.featured-collections .promo-content .mosaic-block .mosaic .mosaic-row .mosaic-col {
    background: none;
}
/* ================== End mosaic-block ================== */

body.featured-collections .additional-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 350px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
body.featured-collections .additional-video .video {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    transition: opacity .3s ease-out;
    z-index: 1;
}
body.featured-collections .additional-video svg.additional-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
body.featured-collections .additional-video svg.play-additional-video {
    opacity: 1;
    transition: opacity .3s ease;
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: 2;
    cursor: pointer;
}
body.featured-collections .additional-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
body.featured-collections .additional-video.playing svg.additional-video-play {
    display: none;
}
body.featured-collections .additional-video svg.addition-video-close {
    display: none;
}
body.featured-collections .additional-video.playing svg.addition-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 .additional-video.playing span:last-child {
    top: 2%;
    right: 2%;
    left: auto;
    bottom: auto;
    font-size: 42px;
    z-index: 2;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    cursor: pointer;
    transition: none;
    opacity: 1;
}
body.featured-collections .additional-video + .title-with-button-image {
    padding-top: 95px;
}

/* ================== Begin bg-block ================== */
body.featured-collections .promo-content .bg-block{
    background: none;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    height: 30vw !important;
}
body.featured-collections .promo-content .bg-block p{
    font-size: 18px;
    line-height: 25px;
    margin: 2.5em 0;
    text-transform: none;
}
body.featured-collections .promo-content .bg-block h3 {
    font-size: 44px;
    font-weight: 600;
}
body.featured-collections .promo-content .bg-block.text{
    position: relative;
    max-height: 100%;
    height: auto;
    color: #fff;
}
body.featured-collections .promo-content .bg-block .btn {
    border: 2px solid #333333;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
body.featured-collections .promo-content .bg-block > .text {
    position: unset;
    text-align: center;
    width: 80%;
}
body.featured-collections .promo-content .bg-block > .text > .inner {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #333333;
    font: 36px/48px 'Montserrat', sans-serif;
    text-transform: uppercase;
}
body.featured-collections .promo-content .bg-block.right > .inner .text{
    width: 90%;
}
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:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
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;
}
/* ================== End bg-block ================== */

/* ================== Begin four-products ================== */
body.featured-collections .promo-content .four-products {
    padding: 0 10% 6.6vw;
}
body.featured-collections .promo-content .four-products .the-product-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}
body.featured-collections .promo-content .four-products .the-product-row .link {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 230px;
}
body.featured-collections .promo-content .four-products .the-product-row .link img {
    border-radius: 0;
    object-fit: contain;
    width: 100%;
    transition: filter .25s ease-in-out;
}
body.featured-collections .promo-content .four-products .the-product-row .link:hover img {
    filter: brightness(50%);
}
body.featured-collections .promo-content .four-products .the-product-row .link + .link {
    margin-top: 0;
    margin-left: 1vw;
}
body.featured-collections .promo-content .four-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: 100%;
    line-height: 1.25;
}
body.featured-collections .promo-content .four-products .the-product-row .link div span {
    display: inline-block;
    font-size: 1vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
}
body.featured-collections .promo-content .four-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 .four-products .the-product-row .link:hover span:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/* ================== End four-products ================== */

body.featured-collections .promo-content .inst h3 {
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
}
body.featured-collections .promo-content .inst .inner > .text {
    font-weight: 400;
}
body.featured-collections .promo-content .owl-nav .owl-prev,
body.featured-collections .promo-content .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 20px;
}
body.featured-collections .promo-content .owl-nav .owl-prev {
    left:0;
}
body.featured-collections .promo-content .owl-nav .owl-next {
    right: 0;
}
body.featured-collections .promo-content .owl-nav svg {
    color: #d6d6d6;
}
body.featured-collections .promo-content .carousel-items {
    width: 80%;
    margin: 3rem auto 0;
    max-width: 1580px;
}
body.featured-collections .promo-content .carousel-items img.bg {
    display: block;
    max-width: 180px;
    margin: auto;
}
body.featured-collections .promo-content .carousel-items div {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
}
body.featured-collections .promo-content .carousel-items .carousel-items-item > div {
    text-align: center;
    text-transform: uppercase;
}
body.featured-collections .promo-content .carousel-items .carousel-items-item > div:last-of-type {
    margin-top: 1rem;
}