body {
    position: relative;
}

.product-card.featured-block {
    min-height: 350px;
}
.product-card__info {
    margin-top: 12px;
}

.client-model-container {
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.422);
    width: 100%;
    height: 100%;
    top: 1px;
    left: 1px;
}
