
.product-feature-teaser {
    position: relative;
}

.product-feature-teaser .bg {

    position: absolute;

    width: 100%;
    height: 100%;

    background: #f5f2e5;

}

.product-feature-teaser .row {
    height: 100%;
    margin: 0;
}

.product-feature-teaser .col {
    height: 100%;
    margin: 0;
    padding: 0;
}

.product-feature-teaser .text {
    position: relative;
    min-height: 305px;
    padding: 20px 30px 50px;
}

.product-feature-teaser .text,
.product-feature-teaser .text p,
.product-feature-teaser .text li {
    line-height: 24px;
}

.product-feature-teaser .text h3,
.product-feature-teaser .text p.subtitle,
.product-feature-teaser .text ul,
.product-feature-teaser .text li {
    margin: 0;
    padding: 0;
}

.product-feature-teaser .text h3 {
    color: #f7921e;
}

.product-feature-teaser .text p.subtitle {
    color: black;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.product-feature-teaser .text ul {
    list-style: none;
}

.product-feature-teaser .text li::before {
    content: '> ';
    color: #f7921e;
}

.product-feature-teaser .link-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product-feature-teaser .link {
    margin: 0 30px 15px;
    border: 0px solid #a7a7a6;
    border-width: 1px 0;
    line-height: 33px;
}

.product-feature-teaser .link a {
    color: #f7921e;
    font-weight: bold;
}

.product-feature-teaser .product-wrapper {

    width: 100%;
    height: 100%;

}

.product-feature-teaser .product {

    position: absolute;
    top: 15px;
    left: 0;
    right: 15px;
    bottom: 15px;

    background: white;

    box-shadow: -40px 0 50px -50px rgba(0, 0, 0, 0.75);

}

.product-feature-teaser .product .heading {

    position: relative;

    margin: -7.5px 15px;
    padding: 5px 15px;
    background: #f7921e;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;

}

.product-feature-teaser .product .heading .title {
    font-family: rockwell, times;
    font-size: 21px;
    font-weight: bold;
}

.product-feature-teaser .product .image {
    width: 100%;
    height: 150px;
    padding: 5px;
    overflow: hidden;
}

.product-feature-teaser .product .image img {
    margin: auto;
}

.product-feature-teaser .product .price-wrapper {

    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 102px;

    background: #f1f1f1;
    background: linear-gradient(to right, #fefefe 0%, #f1f1f1 100%);

}

.product-feature-teaser .product .price-tag {
    padding: 20px 100px 0 0;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
}

.product-feature-teaser .product .price-tag .price {
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.product-feature-teaser .product .price-tag .price sup {
    top: -0.325em;
}

.product-feature-teaser .feature-link,
.product-feature-teaser .feature-link:hover {
    display: table;
    position: absolute;
    right: 0;
    bottom: 10px;

    width: 100px;
    height: 100px;
    border-radius: 50%;

    clip-path: circle(50%);
    shape-outside: circle(50%);
    -moz-clip-path: circle(50%);
    -moz-shape-outside: circle(50%);
    -ms-clip-path: circle(50%);
    -ms-shape-outside: circle(50%);
    -webkit-clip-path: circle(50%);
    -webkit-shape-outside: circle(50%);

    background: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}

.product-feature-teaser .feature-link .align {
    display: table-cell;

    text-align: center;
    vertical-align: middle;
}

@media (min-width: 992px) {

    .product-feature-teaser .row {
        display: table;
        min-height: 320px;
        width: 100%;
    }

    .product-feature-teaser .col {
        display: table-cell;
        float: none;
        height: 100%;
        vertical-align: top
    }

    .product-feature-teaser .text {
        padding-right: 0;
    }

    .product-feature-teaser .link {
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {

    .product-feature-teaser .bg {

        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -moz-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -moz-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -ms-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -ms-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -webkit-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);

    }

    .product-feature-teaser .product {

        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);
        shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);
        -moz-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);
        -moz-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);
        -ms-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);
        -ms-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);
        -webkit-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 102px), calc(100% - 102px) 100%, 0 100%);

    }

    .product-feature-teaser .product {
        left: 10px;
        background: transparent;
    }
}
