.cegg-gridbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.cegg-thumb {
    height: 200px;
    overflow: hidden;
}
.cegg-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.producttitle {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 10px;
}

.product-description {
    flex-grow: 1;
    margin-top: 5px;
}

.productprice {
    margin-top: 10px;
    font-weight: bold;
}

.cegg-title-rating {
    margin-bottom: 5px;
}

.cegg-btn-grid {
    text-align: center;
}
