

/* Start:/local/templates/duna/components/catalog/item.duna/.default/style.css?17809013251518*/
.landing-block-card {
    position: relative;
    padding-bottom: 70px;
}

.landing-block-card .landing-block-node-img-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    min-height: 260px;
    height: 260px;
}

.landing-block-card .landing-block-node-img-container img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.duna-face-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.landing-block-card.card__product .landing-block-node-img-container img {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.landing-block-card .landing-block-node-button-container {
    position: absolute;
    bottom: 20px;
}

.product-card-stocks {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
}

.product-card-stocks__heading {
    font-weight: 600;
}

.product-card-stocks__item {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.product-card-stocks__title {
    color: #666;
}

.product-card-stocks__value {
    font-weight: 600;
    text-align: right;
}

/* End */
/* /local/templates/duna/components/catalog/item.duna/.default/style.css?17809013251518 */
