.ze-product-unavailable {
    opacity: 0.5;
    filter: grayscale(1);
    background-color: #f8f9fa;
    pointer-events: none;
}

.ze-reorder-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    justify-content: space-between;
}

.ze-reorder-item-left {
    display: flex;
}

.ze-reorder-item:last-child {
    border-bottom: none;
}

.ze-product-img img {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.button-ze-reorder {
    display: inline-flex;
    align-items: center;
    background-color: #2fb5d2;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s;
    font-weight: 600;
}

.button-ze-reorder:hover {
    background-color: #2592a9;
    color: #fff;
    text-decoration: none;
}

.button-ze-reorder i {
    margin-right: 5px;
}

#ze-reorder-modal .modal-header {
    background-color: #f6f6f6;
}

#ze-reorder-modal .modal-title {
    font-weight: bold;
}

#ze-reorder-product-list .ze-product-info {
    margin-right: 40px;
}
