.product-card .product-card-body .product-description .content-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.product-card .product-card-header .header-title {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
}

.product-card .product-card-body .product-description {
    padding: 10px 10px 0;
    margin-bottom: 0px;
    width: 100%;
}
.product-card .product-card-body {
    display: flex
;
    align-items: stretch;
}

.dui_x {
    background-color: rgba(252, 241, 235, 1);
    color: rgba(254, 95, 71, 1) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    height: 24px;
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 8px;
}