/*------------------------------------*\
    
    Custom styling for New Single Equipment
    Tabs Section block
    Global styling can be found in cat/cat-single.css

\*------------------------------------*/

.product-img__btn {
    background: none;
    position: relative;
    box-shadow: 0 0 8px rgba(0,0,0,0.16);
    display: block;
    transition: transform 0.3s ease-in-out;
}

.product-img__btn img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-img__btn-details {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.product-img__btn-top {
    padding: 0 57px 30px 32px;
}

.product-img__btn-sub-title {
    color: var(--color-white);
    font-size: 18px;
    padding-bottom: 9px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-img__btn-title {
    color: var(--color-white);
    font-size: 28px;
    padding-bottom: 0;
    font-weight: 700;
}

.product-img__btn-bottom {
    border-top: 1px solid #707070;
    padding: 12px 32px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-img__btn-cta {
    margin: 0;
    padding: 0 34px 0 0;
    position: relative;
    border: none;
    background: none;
    color: var(--color-primary);
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-img__btn-cta::after {
    content: '\e90f';
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 21px;
    line-height: 1em;
    font-weight: normal;
    margin-top: -2px;
}

.product-img__btn-details::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 365px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(34,34,34,1) 100%);
    z-index: -1;
}

.product-img__btn-arrows {
    margin-top: 20px;
    text-align: center;
}

.product-img__btn-arrows .slick-arrow {
    width: 17px;
    height: 28px;
    font-size: 28px;
    position: static;
    padding: 0;
    bottom: 0;
    z-index: 1;
    border: none;
    background: none;
    color: #fff;
    opacity: 0.36;
}

.product-img__btn-arrows .slick-arrow + .slick-arrow {
    margin-left: 15px;
}

@media (min-width: 1200px) {

    .product-img__btn:hover {
        transform: translate3d(0,-8px,0);
    }

    .product-img__btn-arrows .slick-arrow:hover {
        color: var(--color-white);
        opacity: 1;
    }
}


@media (min-width: 1366px) {

    .product-img__btn-top {
        padding: 0 24px 30px 32px;
    }

}
.js-related-equipment-slider.slick-initialized .slick-slide {
    margin: 0 4px !important;
}