/* @group Featured Collections
------------------------------------ */
.featured-collections{
    margin-bottom: 7rem;
}

.featured-collections--title{
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--font-black);
}

.featured-collections__top h2{
    font-size: 3.6em;
    line-height: 4.2rem;
    font-weight: 600;
    color: var(--main-blue);
    margin-bottom: 1.4rem;
}

.featured-collections__top p{
    font-size: 1.8em;
    line-height: 2.4rem;
    margin-bottom: 2.5rem;
    color: var(--font-black);
}

.featured-collections--content figure{
    display: block;
    height: 18rem;
    border-radius: .4rem .4rem 0 0;
}

/* Collections Box */

.featured-collections--content__box{
    background-color: var(--light-grey);
}

.featured-collections--content__box a{
    text-decoration: none;
}

.featured-collections--content__box__top{
    padding-top: 2rem;
    padding-bottom: 1.8rem;
    padding-inline: 2.1rem;
    background-color: var(--main-white);
    border: 2px solid var(--light-grey);
}

.featured-collections--content__box header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.featured-collections--content__box header .featured-collections--content__box__caption{
    background: var(--main-blue);
    color: var(--main-white);
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.6rem 0.8rem;
    border-radius: 0.2rem;
    margin-right: 1.5rem;
}

.featured-collections--content__box header .featured-collections--content__box__description {
    font-weight: 600;   
    font-size: 1em;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: inline-block;
    color: var(--font-black);
}

.featured-collections--content__box header{
    margin-bottom: 1.85rem;
}

.featured-collections--content__box__top__content h4{
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3rem;
    color: var(--main-blue);
}

.featured-collections--content__box__top__content ul{
    margin-top: 1.7rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.featured-collections--content__box__top__content li{
    font-size: 1.8em;
    line-height: 2.4rem;
    color: var(--font-black);
}

.featured-collections--content__box__top__content li:after,
.featured-collections--content__box__bottom__first li:after{
    content: '|';
    color: var(--main-grey);
    margin: 0 0.8rem;
}

.featured-collections--content__box__top__content li:last-child:after,
.featured-collections--content__box__bottom__first li:last-child:after{
    display: none;
}

.featured-collections--content__box__bottom{
    padding-top: 1.8rem;
    padding-inline: 2rem;
    padding-bottom: 3rem;
    color: var(--font-black);
}

.featured-collections--content__box__bottom__first{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--main-grey);
}

.featured-collections--content__box__bottom__first li{
    font-size: 1.2em;
    line-height: 1.6rem;
    letter-spacing: -0.01em;
    color: var(--text-black);
    font-weight: 300;
}

.featured-collections--content__box__bottom__last{
    display: inline-flex;
    flex-direction: column;
    padding-top: 4rem;
}

.featured-collections--content__box__bottom__last li{
    text-decoration: underline;
    text-transform: uppercase;
    color: var(--text-black);
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4rem;
    letter-spacing: 0.04em;
    transition: color .3s linear;
}

.featured-collections--content.desktop{
    display: none;
}

@media only screen and (min-width : 961px) {
    .featured-collections__top h2 {
        font-size: 5rem;
        line-height: 5.8rem;
        letter-spacing: -0.02em;
        margin-bottom: 0.8rem;
    }

    .featured-collections__top p{
        margin-bottom: 0;
    }

    .featured-collections--content.desktop {
        display: block;
        margin-right: 0;
        margin-top: 4.7rem;
    }

    .featured-collections--content{
        position: relative;
    }

    .featured-collections--content figure{
        height: 53.8rem;
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
        border-radius: .4rem;
    }

    .featured-collections--content .splide__collections .splide__track{
        overflow: visible;
    }

    .featured-collections--content__card{
        position: absolute;
        height: 43rem;
        width: 38.7rem;
        top: 5rem;
        left: 5rem;
    }

    .featured-collections--content__box__top__content h4{
        transition: color .27s linear;
    }

    .featured-collections--content__card:hover .featured-collections--content__box__top__content h4{
        color: var(--main-tang);
    }
    

    .featured-collections--content__box__top{
        padding: 4rem;
        padding-right: 0;
    }

    .featured-collections--content__box__bottom{
        padding-inline: 4rem;
        padding-top: 4rem;
    }

    .featured-collections--content__box__top__content ul{
        margin-top: 1rem;
    }

    .featured-collections .splide__arrow {
        --size: 5rem;
        width: var(--size);
        height: var(--size);
        border-radius: var(--size);
        background-color: #fff;
        box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1 !important;
        top: 50%;
        transform: translateY(-50%);
        right: 31.5rem;
    }

    .featured-collections .splide__arrow:disabled {
        display: none;
    }
    .featured-collections .splide__arrow--prev {
        left: -3.5rem;
    }
}

@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */

/* Animations */

.featured-collections .featured-collections--title,
.featured-collections .featured-collections__top h2,
.featured-collections .featured-collections__top p,
.featured-collections .splide,
.featured-collections .featured-collections--content__card {
    opacity: 0;
}

.featured-collections.animateActive .featured-collections--title,
.featured-collections.animateActive .featured-collections__top h2,
.featured-collections.animateActive .featured-collections__top p,
.featured-collections.animateActive .splide,
.featured-collections.animateActive .featured-collections--content__card{
    animation: fadeDown 1.2s forwards;
}

.featured-collections.animateActive .featured-collections__top h2 {
    animation-delay: .2s;
}

.featured-collections.animateActive .featured-collections__top p {
    animation-delay: .4s;
}

.featured-collections.animateActive .splide{
    animation-delay: .6s;
}

.featured-collections.animateActive .featured-collections--content__card{
    animation-delay: .8s;
}