.k-hc-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 20px;
}
.k-hc-list-item-attr-item-wrapper svg {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-right: 4px;
}
.k-hc-list-item-wrapper {
    flex: 0 0 23%;
    max-width: 23%;
    margin-bottom: 24px;
}
.k-hc-list-item-thumbnail-inner {
    position: relative;
    height: 0;
    padding-top: 55%;
    width: 100%
}
.k-hc-list-item-thumbnail-inner img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.k-hc-list-item-title-wrapper, .k-hc-list-item-price-wrapper, .k-hc-list-item-attributes-wrapper {
    padding: 0 12px;

}
.k-hc-list-item-wrapper a:hover {
    color: #000 !important;
}
.k-hc-list-item-thumbnail-wrapper, .k-hc-list-item-title-wrapper, .k-hc-list-item-price-wrapper {
    margin-bottom: 6px;
}
.k-hc-list-item-title-wrapper {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}
.k-hc-list-item-price-wrapper {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 6px;
}
.k-hc-list-item-divide-wrapper {
    display: flex;
    justify-content: center;
}
.k-hc-list-item-divide-wrapper span {
    width: 10%;
    border-top: 3px solid #000;
    display: block;
}
.k-hc-list-item-attributes-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    row-gap: 8px;
}
.k-hc-list-item-attr-item-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.k-hc-list-item-inner {
    padding-bottom: 12px;
    border: 2px solid #37b864;
    transition: all 0.25s;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.k-hc-list-item-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}
.k-hc-list-item-control-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 8px;
    position: relative;
}
.k-hc-li-button-control-wrapper {
    flex: 0 0 47%;
    max-width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-hc-li-book-control-wrapper span {
    padding: 6px 20px;
    border-radius: 4px;
    transition: all 0.25s;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.k-hc-li-book-control-wrapper span {
    background: #37b864;
    color: #fff;
    border: 2px solid #37b864;
}
.k-hc-li-book-control-wrapper span a {
    background: #37b864;
    color: #fff !important;
}
.k-hc-li-call-control-wrapper {
    position: absolute;
    top: -2px;
    right: 12px;
}
.k-hc-li-call-control-wrapper svg {
    height: 16px;
    width: 16px;
}
.k-hc-li-call-control-wrapper span {
    background: #FFA500;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media ( max-width: 1025px ) {
    .k-hc-list-wrapper {
        gap: 12px;
        margin: 0 auto;
        justify-content: center;
    }
    .k-hc-list-item-wrapper {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .k-hc-li-button-control-wrapper {
        flex: 0 0 55%;
        max-width: 55%;
    }
}
.k-hc-list-item-hot-badge-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}
.k-hc-list-item-hot-badge-wrapper img {
    height: 75px;
}
.k-hc-list-item-attributes-wrapper {
    min-height: 96px;
}
@media ( max-width: 767px ) {
    .k-hc-list-item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .k-hc-li-button-control-wrapper {
        justify-content: left;
        padding-left: 12px;
    }
}
