body {
    background-color: skyblue;
}
.logo-wrapper {
    position: absolute;
    background: #fff;
    height: 100%;
}
.img-wrap {
    position: relative;
    overflow: hidden;
    height: 206px;
}

.product .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2; /* Limit to 2 lines */
    line-height: 1.5em; /* Set a consistent line-height */
    min-height: 4em; /* 2 lines * 1.5em line-height */
}
#productList .card {
    height: calc(100% - 20px);
}

.choices__list--multiple .choices__item {
    background-color: #f29500 !important;
    border: 1px solid #f29500 !important;
}