.product-image img {
    height: 300px;
    object-fit: contain;
}

.content-card-style-3 .content-image .content-image-preview .content-preview-active .single-preview img {
    height: 700px;
    object-fit: cover;
}

.content-card-style-3 .content-image .content-image-thumb .content-thumb-active .single-thumb img {
    height: 100px;
}

/* Fit image in div background */
.image-fit-container {
    background-size: contain;
    background-position: center;
    width: 100%;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
}

/* Wrap Text to two lines an omit the reset */
.text-two-line-warp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5em;
    min-height: 3em;
}

.product-content .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5em;
    min-height: 3em;
}

.product-style-1 .product-content {
    margin: 0;
}