.product-latest-widget__teaser {
    position: relative;

    display: inline-block;

    width: 100%;
    margin-bottom: .4em;

    cursor: pointer;
    text-decoration: none;
}

.product-latest-widget__card__container {
    background: #fff;
}

.product-latest-widget__teaser:focus > .product-latest-widget__card__container,
.product-latest-widget__teaser:hover > .product-latest-widget__card__container {
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .3);
}

.product-latest-widget__card__img-box {
    position: relative;
}

.product-latest-widget__card__img {
    padding-top: 72%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-latest-widget__card__header {
    display: flex;
}

.product-latest-widget__card__title {
    overflow: hidden;

    width: 100%;
    height: 3.5em;
    padding: .5em 0 .7em 1em;

    text-overflow: ellipsis;

    font-size: 1.3em;
    font-weight: bold;
    line-height: 1;
}

.product-latest-widget-image {
    position: relative;
    z-index: 11;

    display: block;

    width: 58px;
    height: 48px;
    margin-left: 10px;

    background-image: url('/assets/website/svg/v2/ic_like_red_4_gray.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    flex-shrink: 0;
}

.product-latest-widget-image.is-active {
    background-image: url('/assets/website/svg/v2/ic_like_red_4.svg');
}

.product-latest-widget-image:hover {
    background-image: url('/assets/website/svg/v2/ic_like_red_4.svg');
}

.product-latest-widget-image.is-active:hover {
    background-image: url('/assets/website/svg/v2/ic_like_red_4_gray.svg');
}

.product-latest-widget__card__footer {
    position: absolute;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    padding: 1.2em;

    text-overflow: ellipsis;

    background: rgba(231, 231, 231, .4);
}

.product-latest-widget__teaser:focus .product-latest-widget__card__footer,
.product-latest-widget__teaser:hover .product-latest-widget__card__footer {
    display: inherit;
}

.product-latest-widget__card__category-box {
    display: flex;

    margin-bottom: .5em;

    align-items: center;
}

.product-latest-widget__card__category-icon {
    width: 1em;
    height: 1em;
    margin-right: .5em;

    background-image: url('/assets/website/svg/ico_category.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    flex-shrink: 0;
    flex-grow: 0;
    -webkit-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}

.product-latest-widget__card__category-title {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-latest-widget__card__stars-and-available {
    display: flex;

    justify-content: space-between;
    align-items: center;
}

.product-latest-widget__card__stars-and-available .product-card-item__available-icon {
    width: 2em;
    height: 2em;
}

@media (min-width: 600px) {
    .product-latest-widget__items {
        display: flex;

        justify-content: space-between;
    }

    .product-latest-widget__teaser {
        float: left;

        box-sizing: border-box;
        width: 50%;
    }
}

@media (min-width: 767px) {
    .product-latest-widget__teaser {
        width: 31.75%;
    }

    .product-latest-widget-image {
        width: 47px;
        height: 48px;

        background-position: center;
    }
}
