.collections-slider {
    position: relative;
}
.collections-slider .slide {
    padding: 120px 0;
    position: relative;
}

.collections-slider .slide .image_2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.collections-slider .text_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.collections-slider .text_container a.button.secondary {
    margin-bottom: 0;
}

.collections-slider .text_box {
    padding-right: 100px;
}


/*** SLick Slider Buttons ***/
.collections-slider .slick-button-opacity {
    opacity: 0;
}
.collections-slider .slick-slider button.slick-next,
.collections-slider .slick-slider button.slick-prev {
    position: absolute;
    top: 100px;
    right: 60px;
    left: unset;
    transform: unset;
    z-index: 30;
}
.collections-slider .slick-slider button.slick-prev {
    right: 130px;
    transform: scaleX(-1);
}


.collections-slider .slick-slider .shale_background .slick-next,
.collections-slider .slick-slider .shale_background button.slick-prev {
    background-image: url("assets/white_arrow.svg");
}


.collections-slider .slick-slider .h4style {
    margin-bottom: 0;
}

.collections-slider .text_container a.button.secondary {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 45px;
}


/*** Sizing on responsive ***/
.collections-slider .slide .image_1 {
    width: 42%;
}
.collections-slider .slide .image_2 {
    width: 25%;
}
@media(max-width: 2300px) {
    .collections-slider .text_container {
        transform: unset;
        top: unset;
        bottom: 20%;
    }
}
@media(max-width: 1599.98px){
    .collections-slider .slide {
        padding: 90px 0px;
    }
}
@media(max-width: 1999.98px) {
    .collections-slider .slide .image_1 {
        width: 42.1%;
    }
    .collections-slider .slide .image_2 {
        width: 19%;
    }
    .collections-slider .text_box {
        padding-right: 50px;
    }
    .collections-slider .text_container {
        bottom: 27.333%;
    }
}
@media(max-width: 1499.98px) {
    .collections-slider .text_container {
        bottom: 30%;
    }
}
@media(max-width: 1199.98px) {
    .collections-slider .text_container {
        bottom: 31.5%;
    }
    .collections-slider .text_container a.button.secondary {
        margin-top: 30px;
    }
}

@media(max-width: 991.98px) {

    .collections-slider .slick-slider button.slick-prev {
        right: 85px;
    }
    .collections-slider .slick-slider button.slick-next {
        right: 30px;
    }

    .collections-slider .slide {
        padding: 60px 0;
        padding-bottom: 60px;
    }
    .collections-slider .slide .image_1 {
        position: relative;
        top: unset;
        transform: unset;
    }
    .collections-slider .slide .image_2 {
        position: relative;
        top: unset;
        transform: unset;
    }
    .collections-slider .text_container {
        position: relative;
        top: unset;
        transform: unset;

        margin-left: 8.33333%;
        width: 83.333333%;
    }
    .collections-slider .image_container {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .collections-slider .slide .image_1 {
        width: 63%;
    }
    .collections-slider .slide .image_2 {
        margin-left: 20px;
        width: calc(37% - 20px);
    }

    .collections-slider .slick-slider button.slick-next,
    .collections-slider .slick-slider button.slick-prev {
        /*display: none;*/
    }

    .collections-slider .text_box {
        padding-top: 45px;
        padding-right: 0;
        text-align: center;
    }

    .collections-slider .slick-slider button.slick-next,
    .collections-slider .slick-slider button.slick-prev {
        top: 60px;
    }

}

@media(max-width: 767.98px) {
    .collections-slider .text_container a.button.secondary {
        width: 100%;
    }

    .collections-slider .slick-slider button.slick-prev {
        right: 60px;
    }
    .collections-slider .slick-slider button.slick-next {
        right: 16px;
    }
}

@media(max-width: 575.98px) {
    .collections-slider .slide .image_2 {
        margin-left: 10px;
        width: calc(37% - 10px);
    }
    .collections-slider .text_box {
        padding-top: 45px;
    }
    .collections-slider .slide {
        padding: 60px 0;
    }
    .collections-slider .text_container a.button.secondary {
        margin-top: 20px;
    }
}




/*** Animations ***/

.collections-slider .image_1 {
    opacity: 0;
    transition: ease all 1.5s;
    transition-delay: 0.5s;
}
.collections-slider .slick-active .image_1 {
    opacity: 1;
}


.collections-slider .text_box {
    opacity: 0;
    transition: ease all 1.5s;
    transition-delay: 0.6s;
}
.collections-slider .slick-active .text_box {
    opacity: 1;
}


.collections-slider .image_2 {
    opacity: 0;
    transition: ease all 1.5s;
    transition-delay: 0.7s;
}
.collections-slider .slick-active .image_2 {
    opacity: 1;
}
