* {
    box-sizing: border-box;
}

svg:not(:root) {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
}

#featured-product-slider.slick-slider .foreground {
    opacity: 0;
    transition: opacity .4s ease-out;
}

#featured-product-slider.slick-slider .frame {
    margin-left: -124px;
}

#featured-product-slider.slick-slider .content,
#featured-product-slider.slick-slider .foreground {
    position: absolute;
}

#featured-product-slider.slick-slider .frame svg image {
    clip-path: url(#clipping);
}

#featured-product-slider.slick-slider .content h2 {
    color: #000;
    background: url('/wp-content/themes/Divi/_gfx/product-plate.png') 0 0 no-repeat;
    width: 339px;
    height: 142px;
    padding: 45px 60px;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    letter-spacing: 0ch;
    font-size: 24px;
}
#featured-product-slider.slick-slider .content {
    top: 300px;
    left: -50px;
    /*top: 120px;
    left: 18px;*/
    transition: all .6s ease-in-out;
}

#featured-product-slider .frame .cat-linky h2 {
    margin: -2px 0 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    letter-spacing: 0ch;
    font-size: 24px;
    
}

#featured-product-slider .frame .cat-linky a {
    display: block;
    padding: .5em;
    color: #fff;
    text-decoration: none;
}

.svg-clipmask {
    position: absolute;
    width: 0;
    height: 0;
}

#featured-product-slider .frame:hover .foreground {
    opacity: 1;
}

#featured-product-slider .frame:hover .content {
    top: 120px;
    left: 18px;
}

@media only screen and (max-width: 991px){
    #featured-product-slider .frame {
        margin-left: -62px !important;
    }
    #featured-product-slider .frame svg,
    #featured-product-slider .frame svg image {
        width: 253px !important;
        height: 165px !important;
       
    }
    #featured-product-slider .frame svg image {
        clip-path: url(#clipping-mobile) !important;
    }

    #featured-product-slider.slick-slider .content h2 {
        width: 169px;
        height: 71px;
        padding: 30px 20px;
        font-size: 16px;
        text-align: right;
        line-height: 27px;
        margin: 10px 0;
    }

    #featured-product-slider.slick-slider .content {
        top: 150px;
        left: -60px;
    }

    #featured-product-slider .frame:hover .content {
        top: 60px;
        left: -20px;
    }
}