/*
.triple_preview a {
    border-bottom: none!important;
    text-decoration: underline!important;
    color: #c9ab81!important;
}
*/
.triple_preview .row {
    justify-content: space-around;
}
.triple_preview .col {
    margin-right: 40px;
    margin-bottom: 30px;
}
.triple-block {
    width: 100%;
}
.triple-block:hover .triple-img img{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    cursor: pointer;
}
.triple_preview .price-title {
    text-align: center;
}
.triple_preview .price-subtitle {
    text-align: center;
    width: 40%;
    margin: 10px auto 50px;
}
.triple-img {
    position: relative;
    margin-bottom: 25px;
}
.triple-img img {
    max-width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.triple-block:hover .triple-img .link-hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.triple-block:hover .triple-img .link-shadow {
    opacity: 0.7;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}

.triple-img .link-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: underline;
    color: #c9ab81;
    -webkit-transition: var(--kmnd-body-transition);
    -o-transition: var(--kmnd-body-transition);
    transition: var(--kmnd-body-transition);
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.triple-img .link-shadow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--kmnd-body-background);
    opacity: 0;
    -webkit-transition: var(--kmnd-body-transition);
    -o-transition: var(--kmnd-body-transition);
    transition: var(--kmnd-body-transition);
}

.triple-meta {
    text-transform: uppercase;
    font-family: "Josefin Sans",sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    letter-spacing: .2em;
    color: #c9ab81;
    font-weight: 400;
    text-align: center;
}
.triple-title {
    font-family: "Cormorant Garamond",sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 31px;
    line-height: 1.161em;
    letter-spacing: .035em;
    font-weight: 400;
    margin: 10px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
}
.triple-author, .triple-author .line-through {
    font-family: "Josefin Sans",sans-serif;
    /*font-style: italic;*/
    font-size: 12px;
    line-height: 1.632em;
    letter-spacing: 2.4px;
    color: #999691;
    font-weight: 400;
    text-align: center;
}
.triple-author .line-through {
    text-decoration: line-through;
    padding-right: 10px;
}

.triple-block .triple-img .product-label {
    position: absolute;
    transform: rotate(270deg);
    z-index: 1;
    right: -5px;
    top: 20px;
    background-color: #000;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #ddc499;
    font-size: 11px;
    font-family: "Josefin Sans",sans-serif;
    letter-spacing: .2em;
}

@media (max-width: 992px) {
    .triple_preview .container {
        padding: 0 30px;
    }
    .triple_preview .col {
        width: 100%;
        margin-right: 0;
    }
    .triple_preview .price-subtitle {
        width: 80%;
    }

}
@media (max-width: 420px) {
    .black-block .col {
        width: 100%;
    }
}