.thfadm_list_v1_wrap {
    margin-bottom: 14px;
}

.thfadm_list_v1_head,
.thfadm_list_v1_row {
    display: grid;
    grid-template-columns: 170px minmax(420px, 1.5fr) minmax(320px, 1.15fr) 220px;
    gap: 18px;
    align-items: start;
}

.thfadm_list_v1_head {
    padding: 14px 28px;
    border-radius: 18px 18px 0 0;
    background: #edf3f8;
    color: #627184;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.thfadm_list_v1_card {
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
    overflow: hidden;
}

.thfadm_list_v1_row {
    padding: 24px 28px;
}

.thfadm_list_v1_imagebox {
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe6f3;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 18px;
}

.thfadm_list_v1_imagebox img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
}

.thfadm_list_v1_discount {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.thfadm_list_v1_title {
    color: #334155;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
    margin-bottom: 12px;
}

.thfadm_list_v1_title a {
    color: inherit;
}

.thfadm_list_v1_flagline {
    margin-bottom: 10px;
}

.thfadm_list_v1_description {
    color: #526276;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
}

.thfadm_list_v1_desc_wrap {
    display: block;
    position: relative;
    width: 100%;
}

.thfadm_list_v1_desc_text {
    color: #7c8698;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    height: 7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 7em;
}

.thfadm_list_v1_desc_text b,
.thfadm_list_v1_desc_text strong {
    color: #526276;
    font-weight: 800;
}

.thfadm_list_v1_desc_text em,
.thfadm_list_v1_desc_text i {
    font-style: normal;
}

.thfadm_list_v1_desc_more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2f7be8;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.thfadm_list_v1_desc_more:hover,
.thfadm_list_v1_desc_more:focus {
    color: #1d64d8;
}

.thfadm_list_v1_desc_wrap .hide {
    display: none !important;
}

.thfadm_list_v1_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.thfadm_list_v1_meta_item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid #dbe6f3;
    color: #526276;
    font-size: 12px;
    font-weight: 700;
}

.thfadm_list_v1_cmsbox {
    padding: 12px 14px;
    border: 1px solid #dbe6f3;
    border-radius: 16px;
    background: #f8fbff;
    margin-bottom: 14px;
    color: #526276;
}

.thfadm_list_v1_details,
.thfadm_list_v1_actions {
    min-height: 100%;
}

.thfadm_list_v1_price {
    color: #334155;
    font-weight: 700;
}

.thfadm_list_v1_price .price,
.thfadm_list_v1_price .pret,
.thfadm_list_v1_price .price_red,
.thfadm_list_v1_price .price_b2b,
.thfadm_list_v1_price .price_old {
    justify-content: flex-start !important;
    text-align: left !important;
}

.thfadm_list_v1_validity {
    display: inline-flex;
    margin-top: 12px;
}

.thfadm_list_v1_details {
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}

.thfadm_list_v1_actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

.thfadm_list_v1_actionbox {
    padding: 14px;
    border: 1px solid #dbe6f3;
    border-radius: 16px;
    background: #f8fbff;
}

.thfadm_list_v1_actionbox .ui.button,
.thfadm_list_v1_actionbox .ui.buttons,
.thfadm_list_v1_actionbox .ui.fluid.button {
    border-radius: 12px !important;
}

.thfadm_list_v1_actions .add_to_cart,
.thfadm_list_v1_actions .add_to_cart:hover,
.thfadm_list_v1_actions .add_to_cart:focus {
    color: #fff !important;
}

.thfadm_list_v1_actions .add_to_cart .icon {
    color: #fff !important;
}

.thfadm_list_v1_sideicons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    color: #64748b;
}

.thfadm_list_v1_sideicons i,
.thfadm_list_v1_sideicons .icon,
.thfadm_list_v1_sideicons span {
    cursor: pointer;
}

@media (max-width: 1400px) {
    .thfadm_list_v1_head,
    .thfadm_list_v1_row {
        grid-template-columns: 150px minmax(320px, 1.4fr) minmax(240px, 1fr);
    }

    .thfadm_list_v1_actions {
        grid-column: 2 / -1;
    }
}

@media (max-width: 992px) {
    .thfadm_list_v1_head {
        display: none;
    }

    .thfadm_list_v1_row {
        grid-template-columns: 1fr;
        padding: 18px;
    }
}
