.product-item-krovlya {
    border: 1px solid #efefef;
    background-color: #ffffff;
    padding: 3rem;
    color: rgba(48, 48, 48, 0.8);
    position: relative;
    height: 100%;
    transition: box-shadow 0.3s ease;
    font-size: 1.4rem;
    line-height: 1.9rem;
    display: flex;
    flex-direction: column;
}

.product-item-krovlya:hover {
    box-shadow: 0 0.6rem 1.1rem rgb(0 0 0 / 15%);
}

.button-catalog {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding: 9px 13px;
    border: 0;
    background-color: #08a652;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
    font-size: 14px;
    line-height: 1rem;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    -webkit-appearance: none;
    border-radius: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.row_krovlya {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    /*display: flex;*/
    flex: 1 0 100%;

    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.image_catalog {
    margin-right: 6px;
}
.item-stock {
    margin-bottom: 15px;
}

.item-stock .icon {
    width: 5px;
    height: 5px;
    background: #e10000;
    margin: 6px 5px 0 0;
    border-radius: 100%;
}

.item-stock .icon_green {
    width: 5px;
    height: 5px;
    background: #5fa800;
    margin: 6px 5px 0 0;
    border-radius: 100%;
}

.order_info {
    text-align: right;
    margin-bottom: 7px;
}

.item-stock.js-show-stores .value {
    border-bottom: 1px dotted;
}

.item-stock > span {
    display: inline-block;
    vertical-align: top;
    color: #666;
    line-height: 15px;
}

.item-stock .value {
    color: #e10000;
}

.item-stock .value_green {
    color: #5fa800;
}

.item-stock.js-show-stores .value_green {
    border-bottom: 1px dotted;
}

@media (max-width: 1000px) {
    .preview-gallery__product-name:first-child {
        min-height: 100px !important;

    }
    .image_catalog {
    margin-right: 0 !important;
    }
}
