﻿.product-images {
    max-height: 250px;
    height: 250px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}

.container-max {
    max-width: 1500px;
    min-width: 275px;
    margin: 0 auto;
}

.placeholder {
    opacity: 25%;
}

.product-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3rem;
    margin-bottom: 0.5rem;
}


.more-details-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 40px;
}

.more-details {
    color: #0066c0 !important;
    line-height: 1;
}

    .more-details:hover {
        color: #004080 !important;
    }
