.product__promo-post {
    width: 445px;
    margin: 24px 0 0;
}

.product__video + .product__series {
    margin-top: 24px;
}

.product__promo-post-link {
    display: block;
    position: relative;
    min-height: 313px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #2e2e35;
    background: #020205;
    color: #fff;
    text-decoration: none;
}

.product__promo-post-bg,
.product__promo-post-shade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product__promo-post-bg {
    bottom: auto;
    height: 270px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: calc(100% + 2px) 270px;
}

.product__promo-post-shade {
    display: none;
}

.product__promo-post-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 313px;
    padding: 32px 34px 28px 31px;
    box-sizing: border-box;
}

.product__promo-post-author {
    position: absolute;
    top: 31px;
    left: 32px;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'dincondensedcregular', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0;
}

.product__promo-post-author-icon {
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 10px;
    object-fit: contain;
}

.product__promo-post-author-text {
    display: block;
    transform: translateY(2px);
}

.product__promo-post-subtitle {
    display: block;
    margin-bottom: 13px;
    min-height: 12px;
    transform: translateY(5px);
    color: #a7a7ad;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
}

.product__promo-post-subtitle_empty {
    visibility: hidden;
}

.product__promo-post-title {
    display: block;
    width: 100%;
    max-width: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Futura New Bold', sans-serif;
    font-size: 21px;
    line-height: 25px;
    text-wrap: normal;
}

.product__promo-post-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 24px;
}

.product__promo-post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    min-width: 0;
    padding-right: 14px;
}

.product__promo-post-tag {
    display: inline-block;
    max-width: 120px;
    height: 29px;
    padding: 8px 13px 0;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    background: rgba(35, 35, 42, .88);
    color: #777982;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Helvetica', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
}

.product__promo-post-likes {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 82px;
    height: 29px;
    padding: 0 37px 0 14px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #eb0038;
    color: #fff;
    font-family: 'Futura New Bold', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 14px;
    cursor: default;
    pointer-events: none;
}

.product__promo-post-likes:before {
    right: 12px;
    top: 7px;
    margin-top: 0;
    transform: none;
}

.product__promo-post-likes:hover {
    background-color: #eb0038;
}
