.row-catalog-items .col-item {margin-bottom:15px;margin-top:15px;}
.row-catalog-items .adv-block > .row{height:100%;align-content: space-between;align-items: stretch;}
.row-catalog-items .adv-block > .row > .col {height:100%;}
.row-catalog-items .adv-block > .row > .col .d-flex {height:100%;align-content: space-around;    flex-wrap: wrap;}

.product-item-banner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 12px;
    padding: 12px 20px;
}

.product-item-banner p {
    flex-grow: 1;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.product-item-banner p span {
    font-weight: 600;
}

.product-item-banner a {
    flex-shrink: 0;
    width: 100%;
}

.product-item-container {
    height: 100%;
}

.product-item-def {
    height: 100%;
}

.product-item-def.is-mode-banner {
    display: flex;
    flex-direction: column;
}

.product-item-def.is-mode-banner .image {
    flex-shrink: 0;
}